Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 898 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 898 Bytes

Entombed

  • A simple pygame implementaion of Entombed for Atari 2600.
  • Entombed is an Atari 2600 game designed by Tom Sloper and programmed by Steven Sidley. It was released in 1982 by U.S. Games. It involves a player moving through a maze and avoiding enemies. The game's perplexing maze generation algorithm has attracted academic study.

External Refrences

  • Got some ideas from Re-entombed project from aikoncwd.Chech him out on itch.i
  • The inspiration for me to do this project was the maze algorithm.check out this paper for more information about the algorithm:Entombed

Controls

  • Arrow keys for movements.
  • Space key for breaking walls(be careful.number of walls you can break are limited)