Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pennomi/knightnight
A simple children's logic game where you must touch each tile in the level exactly once.
https://github.com/pennomi/knightnight
Last synced: about 1 month ago
JSON representation
A simple children's logic game where you must touch each tile in the level exactly once.
- Host: GitHub
- URL: https://github.com/pennomi/knightnight
- Owner: pennomi
- Created: 2014-10-25T20:23:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-30T16:41:31.000Z (about 10 years ago)
- Last Synced: 2023-03-29T13:32:42.258Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 15.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
KnightNight
===========A simple children's logic game where you must touch each tile in the level exactly once.
## How to run
You'll need both Python 3 and pygame installed.
Run by typing `python3 main.py`.