Skip to content

Clever-Boy/SuperMario

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Super Mario

This project implements a simplified version of Super Mario in pure C without any additional graphics library.

For details of the implementation, please refer to wiki.

Turbo C, which is included in the project in folder TC, and DOSBox are needed to compile and run this program.

To compile and run:

  1. Download and install DOSBox
  • Mount the root folder of this project as C: in DOSBox

    mount C: /path/to/project
    
  • Change to drive C:

    C:
    
  • Change directory to C:/GDC

    cd C:/GDC
    
  • Compile

    compile.bat
    
  • Run GDC.EXE

    GDC.EXE
    
  • Use Ctrl+F12 and Ctrl+F11 to adjust CPU cycles to around 20000

  • Wait for around half a minute to load the game

  • Enjoy!

Developers

  • Yan Chen
  • Liang Guo
  • Bilin Dai

About

Super Mario in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 78.3%
  • Assembly 14.5%
  • Objective-C 4.4%
  • Pascal 1.6%
  • Other 1.2%