Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pk-cod3ch3mist/the-eighth-run
- Owner: PK-cod3ch3mist
- Created: 2023-11-02T09:52:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-30T09:02:34.000Z (11 months ago)
- Last Synced: 2023-11-30T16:31:31.960Z (11 months ago)
- Topics: game, gameoff, music-game, platform-game-2d
- Language: Python
- Homepage: https://alphadragon23.itch.io/the-eighth-run
- Size: 10.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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