Chaos is a simple game demonstrating graphical python code using Kivy.
To edit the game, I recommend downloading Atom
To run on Windows, do the following.
- Download Python The 3.6.3 version is fine.
- Install Python
Once python is installed, open a command prompt and check the following
- To verify python is installed and working, type
python
at the prompt. If it launches correctly, python is installed. - Run the following commands:
python -m pip install --upgrade pip wheel setuptools
python -m pip install docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew
python -m pip install kivy
- Now you should be able to run chaos at the command prompt by typing
python chaos.py
Download Kivy
Install it. To run your application at the prompt, type kivy <your_app_name.py>