Skip to content

nrthyrk/super-mario

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Super Mario

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

Refer to this post for Q&A.

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:

  • 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.

Developers

  • Yan Chen
  • Liang Guo
  • Bilin Dai

About

Super Mario in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published