Skip to content

🕹️ A simple Sonic game made with PyGame library, using sprites and OO concepts.

License

Notifications You must be signed in to change notification settings

jjpaulo2/sonic-pygame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🕹️ A simple Sonic game made with PyGame library, using sprites and OO concepts.

Topics

Resources

License

Stars

Watchers

Forks

Languages