Skip to content

Classic game written in scheme, showcasing maintainable & testable software practices.

Notifications You must be signed in to change notification settings

ultrox/space-invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classic Game: Space Invaders

Recreating minimum features set of space invaders in Scheme (dialect of Lisp).

Domain Analysis

Demo

Features

  • User can interact with tank, move it left/right and shoot

  • User can kill enemy ships by shooting projectiles

  • User can see score how many enemy ships killed

  • Use will win if kill 100 ships

  • User will lose if any of ships touch the 'ground'

  • Trello

  • Game Play

About

Classic game written in scheme, showcasing maintainable & testable software practices.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages