Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonai/ninth-kind
https://github.com/tonai/ninth-kind
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tonai/ninth-kind
- Owner: tonai
- Created: 2024-07-16T09:51:56.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T11:05:09.000Z (6 months ago)
- Last Synced: 2024-07-16T13:47:10.552Z (6 months ago)
- Language: Python
- Size: 5.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ninth Kind
==========Entry in PyWeek #12
Team: Bouba Team
Members: ahsio, cyqui, gleuh, greg0ire, joksnet, tocab, TOTOleHero
## DEPENDENCIES:
You might need to install some of these before running the game:
* Python 3: http://www.python.org/
* PyGame: http://www.pygame.org/For example:
```sh
python3 -m pip install -U pygame==2.6.0
```## RUNNING THE GAME:
On Windows or Mac OS X, locate the "run_game.pyw" file and double-click it.
Othewise open a terminal / console and "cd" to the game directory and run:
```sh
python3 run_game.py
```## HOW TO PLAY THE GAME:
At the top of the screen the monster attacks you.
First he drops one sound.
You must block this attack by recreating the exact same sound
by clicking on the band with the same colorThen he drops the first sound plus one more. You must block the two sounds.
And so on up to nine sound attacks.At the end if you have replayed all the nine sounds,
you win and are allowed to go to the next level.## LICENSE:
This game (Ninth Kind) is under the terms of the WTFPL license. View COPYING
for more information.