Skip to content

Lunar Lander game clone from Atari arcade

License

Notifications You must be signed in to change notification settings

researcher2312/lunar-lander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lunar Lander

Lunar Lander game clone from Atari arcade machine

Wiki

Built using C++, SDL2, and Cmake. An educational project to better learn object oriented programming and design patterns.

Proposed class diagram:

Class diagram for the program

Install instructions:

You need to have libsdl2-dev and libsdl2-ttf-dev installed. Then, create a build folder inside the game folder, and invoke cmake with

cmake ./..

next, build the game with

make

launch the game with

./lunar-lander