Skip to content

A little python project, with a number of retro games including snake. This has been created purely for self-teaching purposes.

Notifications You must be signed in to change notification settings

dsantos747/Retro-Game-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retro-Game-System

A little python project, designed to be an emulation of a retro arcade machine, with Snake, Space Invaders and Retro Helicopter. Hi-scores are stored locally in a database managed in PostgreSql. This program has been developed purely for educational purposes (for myself).

Screens

Main Menu

Main menu splash screen. Clicking "Space Invaders" or "Retro Helicopter" gives a console message stating the game is not yet ready.

screen_1

Username input

screen_2

User login confirmation

The username input is checked against the database, and either the existing user data retrieved, or a new user created.

screen_3

Playing snake - shortly after eating

After eating a green "food" item, a coloured message appears in the food's location, to celebrate. Message text and colours are randomised from preset arrays. (In this screenshot, the snake is travelling up).

screen_7

Playing snake - showing "shorty" powerup

After eating a blue "shorty" item, the snake's length is reduced by 3.

screen_8

Game Over screen

screen_6

About

A little python project, with a number of retro games including snake. This has been created purely for self-teaching purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages