Skip to content

matp30/dancing-plates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

(New) Dancing Plates

This was the final project for my beginner programming class in college. It's a remake of the Atari 2600 game "Dishaster", with addded features, using the Allegro5 library.

How to Install

Start by installing Allegro5.

apt-get install liballegro5-dev

Run the following command to generate a game file:

make

Finally, run the game with:

./tp

How to Play

Move the player character with the W and A keys. Don't let the spinning plates fall! Stabilize them with the S key, or catch them in midair if need be. When a plate hits the ground, you lose.

Available features:

  • Local co-op
  • Three difficulty levels
  • Remappable controls
  • Robust scoring system

Navigate the menu with the arrow keys. Use SPACE to confirm, and ESC to cancel.

Acknowledgements

The font used for displaying numbers and other small messages is Upheaval, by Brian Kent. All other assets were made by me in Aseprite.

About

remake of Dishaster (Atari 2600)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors