Skip to content

virendrakabra14/arcade-machine

Repository files navigation

Arcade Cabinet

Snake Game

Snake game with variable length and pace, randomly placed (& shaped) eatables. Eating increases length and speed.
Use keys a and l to change the snake's direction of motion.
The boundary acts as a barrier - hitting it ends the game.

(Use FLTK : https://www.fltk.org/)
Run using ./window (pre-compiled)
To compile, use fltk-config --compile window.cpp

Flappy UFO (Bird)

Side-scroller Flappy UFO Game. Maneuver the UFO through obstacles at random heights. Hitting a pillar ends the game.
Move against gravity using key a!

(Use FLTK : https://www.fltk.org/)
Run using ./window (pre-compiled)
To compile, use fltk-config --compile window.cpp

Infinite Runner

Take the pixelated character through the landscape while dodging pits and collecting coins, to achieve a higher score.
Game ends on hitting a blockade or a pit.
Avoid barriers and troughs using key w.

(Use Simplecpp : https://www.cse.iitb.ac.in/~ranade/simplecpp/)
Run using ./a.out (pre-compiled)
To compile, use s++ a.cpp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages