Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pk-cod3ch3mist/the-eighth-run

Music based game for Github Game-Off 2023
https://github.com/pk-cod3ch3mist/the-eighth-run

game gameoff music-game platform-game-2d

Last synced: 25 days ago
JSON representation

Music based game for Github Game-Off 2023

Awesome Lists containing this project

README

        

# the-eighth-run

Game submission entry for GitHub Game-OFF 2023

Music themed runner game with power-ups, milestones and retro aesthetic
You are in control of a note, escape the hordes of musical notes coming at you and earn exciting powerups on the way.

## Setup 🔧

Download the repository, in it open a terminal screen and type
`python setup.py build`

This will create a build directory where you can find the executable. I am also working on creating installers in the future. (I just need PCs running different OS because cx_Freeze cannot cross compile 🥲)

If you simply want to try the game, you can also directly run the `main.py` file.
Note that these require the `pygame` module and its dependencies.

## TODO 📝

- [x] Basic gameplay
- [x] Conversion of player to enemy when encountered
- [x] Powerups
- [x] Text stats
- [x] Splash screen
- [x] Music
- [x] Highscores