Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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-pygame

If you have **virtualenv** and **pipenv** installed, you can do:

$ pipenv install
$ pipenv run sonic

However, 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)