Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icepick4/sonic-game
🦔 A simple Sonic game inspired by Dino game of Chrome 🦖
https://github.com/icepick4/sonic-game
chrome dino-game dinosaur-game game hacktoberfest hacktoberfest2023 pygame python python-game scroll-game scrolling scrolling-game sonic sonic-game
Last synced: about 1 month ago
JSON representation
🦔 A simple Sonic game inspired by Dino game of Chrome 🦖
- Host: GitHub
- URL: https://github.com/icepick4/sonic-game
- Owner: icepick4
- License: mit
- Created: 2022-03-05T12:59:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T14:42:42.000Z (about 2 years ago)
- Last Synced: 2025-01-03T23:34:38.189Z (about 1 month ago)
- Topics: chrome, dino-game, dinosaur-game, game, hacktoberfest, hacktoberfest2023, pygame, python, python-game, scroll-game, scrolling, scrolling-game, sonic, sonic-game
- Language: Python
- Homepage:
- Size: 4.55 MB
- Stars: 13
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sonic Game
[![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com)
## Keys- Jump : Space bar
## Goal
- Make the best score while dodging enemies !
## Important
- The best score (one best score per player registered) is saved in "best_score.pickle"
- The game depends of the Pygame module## Run the game
```
python main.py
```## Screenshots
While logging :
![Screenshot_2](https://user-images.githubusercontent.com/82316285/158080310-c3e63a9b-1ad2-4bb5-9312-7bea79446a3a.png)
Start screen :
![sonic](https://user-images.githubusercontent.com/82316285/157952981-d5a32617-6b0a-40ab-965c-142cf0290684.png)
While playing :
![sonic2](https://user-images.githubusercontent.com/82316285/157953048-5c93a8ec-378a-43bd-beef-9b751649593c.png)