- 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.
- 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
- Arrow keys for movements.
- Space key for breaking walls(be careful.number of walls you can break are limited)