| alltooeasy.py | Add top executable thing | |
| LICENSE | Update 'LICENSE' | |
| README.md | Update 'README.md' | |
All Too Easy
An easy game (more or less.)
How to play
Arrows keys to move.
How to run
For basic setup stuff, install Python from https://www.python.org/downloads/, get Pygame with this command:
pip install pygame
You might be familiar with that part. To run the game, you can do this command:
cd /<insert directory stuff here>/all_too_easy/
python alltooeasy.py
However, you can also open with the Python application. Be sure you allow the .py file to be run as an executable file, though. Speaking of executables, you could probably also use something like pyinstaller or another thing to make the game into an executable file like an exe or something like that. I couldn't really get pyinstaller to work when I tried it before, but I think that had more to do with stuff on my end of things rather than anything to do with the game itself, so you can go ahead and try that for yourself to see if you can make it work. If you don't want to do that, you can always just use something else like cx_freeze or something. Let me know if you have any issues.
Pygame and Python 3.11
I read some stuff about how Pygame was not able to be used with Python 3.11 for some time. I saw a source that said this was eventually resolved with Python 3.11.2, but I don't know to what extent that is true. Maybe it would be good for someone to let me know what the situation is. I guess to be safe maybe it would be good for some to use Python 3.10 since Pygame is guaranteed to work with that version.
Copyright
This software is licensed under the 2-Clause BSD License. See the LICENSE file for details.