Skip to content

C port of the original "Lunar Lander" video game, which is written in BASIC.

License

Notifications You must be signed in to change notification settings

nicolaisueper/lunar-lander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lunar Lander Build Status

This is a port in C of the original "Lunar Lander" video game, which is written in BASIC. Tell me more.

Building

This application depends on:

  • Linux because Windows(r)(tm) is crap.
  • Build tools. Mainly gcc, make and some other stuff.
  • A VT1000 compatible terminal emulator for the color output.

Just run make if you have all depencies and make install to install. make clean will clean the project up.

About this game

Lunar Lander was the first-ever PC game written in 1967 by a student. It was originally written in BASIC, but there are plenty of other languages out there in which this game is written. @nicolaisueper and myself go to the same school where we had to pick a topic for a project we had to do. We decided to write a text-based game in C. As we stumbled upon lunar-lander at technologizer we decided to write a similar program like this in C.

So we took a look at the BASIC sources which we got here and began writing. Now the final version of our program is finished and we are just about to begin working on a GUI version of this.

About

C port of the original "Lunar Lander" video game, which is written in BASIC.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages