https://github.com/codelixir/pygames
Trying out making some games in the pygame library. For ISS course, Spring 2020.
https://github.com/codelixir/pygames
Last synced: 10 months ago
JSON representation
Trying out making some games in the pygame library. For ISS course, Spring 2020.
- Host: GitHub
- URL: https://github.com/codelixir/pygames
- Owner: codelixir
- Created: 2021-05-09T02:53:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-09T02:55:04.000Z (over 4 years ago)
- Last Synced: 2025-02-08T00:19:13.501Z (12 months ago)
- Language: Python
- Size: 3.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://forthebadge.com)
# pygames
Trying out making some games with the [pygame](https://www.pygame.org/wiki/GettingStarted) library.\
Also one of my first times at understanding how object oriented programming works.
Navigate to the directory and run
```
python3 game.py
```
make sure you have pygame installed.
## snake
My first go at the pygame library and re-creating the classic snake game. Spacebar to start the game, arrow keys to move.
## naruto
Recreating the river-crossing game, but Naruto themed (everyone goes through a phase in their life that they are not the most proud of). \
Controls are mentioned on the screen. \
*This was made as a part of Introduction to Software Systems course, Spring 2020.*