An open API service indexing awesome lists of open source software.

https://github.com/petrosdemetrakopoulos/beer-mania

A small 2D game for Atari 2600
https://github.com/petrosdemetrakopoulos/beer-mania

atari atari2600 game retrogaming

Last synced: about 1 month ago
JSON representation

A small 2D game for Atari 2600

Awesome Lists containing this project

README

        

### Beer mania 🍺
A small 2D game for Atari 2600 (aka Atari VCS) console.

The project was developed in [Batari Basic](https://github.com/sehugg/batariBasic) programming language with a bit of inline Assembly using the VSCode [Atari Dev Studio](https://github.com/chunkypixel/atari-dev-studio) plugin.

## Gameplay
As glasses of beer fall from the sky, the hero of the game simply tries to catch / drink as many beers as he can.
The player receives 10 points fot each glass of beer he / she catches and it has 4 lives, losing 1 life for each glass of beer that he / she misses.

The .bin executable is play-ready for all known emulators (MAME, OpenEmu, Stella).

## Screenshots
Titlescreen
![](titlescreen.png)

Gameplay
![](screenshot.png)