Capitalized "Python" on line 8 (#33233)

pull/23942/head
DESR95 2019-01-19 17:46:12 -08:00 committed by Tom
parent 02a02ecd9e
commit bae59e69bd
1 changed files with 1 additions and 4 deletions

View File

@ -4,9 +4,6 @@ title: Arcade
## Arcade
### Game Development with Arcade
Arcade is a python library which eases the task of creating 2-D games and avoiding the complexity of other libraries like pygame. It is built on top of Pyglet and openGL.
Arcade is a Python library which eases the task of creating 2-D games and avoiding the complexity of other libraries like Pygame. It is built on top of Pyglet and OpenGL.
[Docs](http://arcade.academy)
[Official site](https://www.creatiosoft.com/arcade-game-development/)
[How to make an arcade game](https://futurism.media/how-to-make-an-arcade-game)