Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 504 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 504 Bytes

Pytruck

A simple game written in Python as an example of Pygame project

The project is needed to show structure of game in pygame. It implements WASD-control of the car. And of course weirdly moving bots, because they built on if-constructions!

image

The number of bots is defined in "BOT_AMOUNT" variable of the settings.py file, look for the rest of the values in settings.py and Car folder