Skip to content

A car driving game with multiple traffic lanes

Notifications You must be signed in to change notification settings

DMyashkov/Lanes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Lanes

A fun game where you have to avoid obstacles which spawn on a highway with many different road lanes!

Game Mechanics

  • The player controls the car using the left and right arrow keys.
  • The car moves horizontally across the different colored lanes.
  • There's an illusion that the car moves along the lanes
  • The player must avoid colliding with the obstacles that appear on the screen.
  • The game ends when the car collides with an obstacle. An end screen pops up and the player is prompted to restart.
  • Boost that can only be activated when it reaches 90%. When in boost the car is invulnarable.
  • Score that displays how far the player has driven.

How to Play

  • Run the game script using Python.
  • Use the left and right arrow keys to navigate the car.
  • The game will end if the car collides with an obstacle.
  • Press the spacebar to activate boost if the boost meter is filled up.
  • While boosting you are faster than normal and invulnarable, breaking any barriers you come across.
  • Press the spacebar to restart the game after a collision.

Limitations

  • No pixel perfect collisions
  • No physics
  • No 3D environment

About

A car driving game with multiple traffic lanes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages