Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 814 Bytes

readme.md

File metadata and controls

37 lines (20 loc) · 814 Bytes

Sonic made with PyGame

This is a simple example what Pygame can do. To see more, get the official pygame news here.

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

Green Hill Zone

Marble Zone


Made with ♥️ by @jjpaulo2