An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![forthebadge](https://forthebadge.com/images/badges/certified-snoop-lion.svg)](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.*