Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjpaulo2/sonic-pygame
A simple Sonic game made with PyGame library, using sprites and OO concepts.
https://github.com/jjpaulo2/sonic-pygame
game-development games open-source pygame python sonic
Last synced: about 2 months ago
JSON representation
A simple Sonic game made with PyGame library, using sprites and OO concepts.
- Host: GitHub
- URL: https://github.com/jjpaulo2/sonic-pygame
- Owner: jjpaulo2
- License: mit
- Created: 2020-04-13T04:13:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-11T13:56:57.000Z (over 3 years ago)
- Last Synced: 2023-06-09T16:31:58.086Z (over 1 year ago)
- Topics: game-development, games, open-source, pygame, python, sonic
- Language: Python
- Homepage:
- Size: 35.1 MB
- Stars: 9
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Sonic made with [PyGame](https://www.pygame.org)
This is a simple example what Pygame can do. To see more, get the official pygame news [here](https://www.pygame.org).
### Dependencies
Please, verify that you have **virtualenv** and **pipenv** installed.
- Python (3.8)
- Pygame (1.9.6)### Running
$ git clone https://github.com/jjpaulo2/sonic-pygame.git
$ cd sonic-pygameIf you have **virtualenv** and **pipenv** installed, you can do:
$ pipenv install
$ pipenv run sonicHowever, if don't have it, you can get only:
$ python3 src/main.py
### Screenshots
![Title screen](screenshots/start_screen.png)
![Green Hill Zone](screenshots/green_hill_zone.png)
![Marble Zone](screenshots/marble_zone.png)
---
#### Made with :hearts: by [@jjpaulo2](https://github.com/jjpaulo2)