Skip to content

Set of interactive game codes. Played locally, not over server. Secret number is based on guessing a randomly generated number. Other games are based on pressing override at the right time, such a dino game, jumping at the right time.

Notifications You must be signed in to change notification settings

Skparab1/game-codes

Repository files navigation

game-codes

Set of interactive game codes

Pong

  • Replicating the video game pong in Python
  • How to play:
    • press control c to move paddle up

Flappy bird

  • Replicating the video game flappy bird in Python
  • How to play:
    • press control c to move up

Crossy road

  • Replicating the video game crossy road in Python
  • How to play:
    • press control c to move foreward

Dino game

  • Game replicating google chrome's no internet game
  • jump by pressing control+c

Snake game

  • Replicating the video game crossy road in Python shell (not graphics window)
  • How to play:
    • press control c to turn (smart-turn technology will detect which way to turn)

Game code

  • compliling multiple games
  • Secret number (same as secret number below)
  • Treasure hunt
    • screen shows you an x (random place where the treasure is located)
    • x will disappear and the you have to navigate it
  • Army attack
    • interactive game
    • still being developed
  • Car racing
    • interactive game
    • still being developed

Grocery store game

  • interactive game in which animated would have to be put in the right basket by pressing override keys
  • words are moving in 3 lanes at the same time in opposite directions
  • words will start from the opposite side again when they reach the end
  • word can be put in basket using override c+control

Secret number game

  • game in which user has to guess random number
  • program will tell wether guess is too high or too low

Shooter game

  • interactive game in which user has to fire bullets using override to hit obstacles
  • shooter will change direction every second
  • still under development

All of these games are locally and independently played, not over a server

About

Set of interactive game codes. Played locally, not over server. Secret number is based on guessing a randomly generated number. Other games are based on pressing override at the right time, such a dino game, jumping at the right time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages