You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
770 B
17 lines
770 B
# PYGAME BASICS DEMO
|
|
|
|
This was originally developed to learn the basics of PyGame, such as loading sprites into the screen and collision detection.
|
|
It was part of an university project in October 2012.
|
|
|
|
### Controlling the car
|
|
Use the arrow keys to move the car through the screen.
|
|
|
|
|
|
### Updates
|
|
|
|
Now I've taken off the old graphics and added some sprites from some old NES video games. I redesigned the screen collisions. Just kept a few rectangles so the car doesn't go outside of the screen. Added rotation of the car's sprite (the shadow of the car doesn't make any sense!). See it working here: https://youtu.be/vG2cFlU25kE
|
|
|
|
### Legal stuff
|
|
|
|
Graphics taken from some old game's sprites. Music by *Haddaway*. This was made to learn, no copyright violation intended.
|