Skip to content

Developing the classic Doodle Jump game in assembly. This project was done for the Fall 2020 session of the University of Toronto Scarborough course CSC B58.

Notifications You must be signed in to change notification settings

FarhanChowdhury248/doodleJumpAssembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doodle Jump

This is a doodle jump app created in assembly for University of Toronto Scarborough's CSC B58 Winter 2021.

Running the Game

Install MARS MIPS which will allow us to compile and run the assembly code.

Open and run doodlejump.s, which has all of the code in one file. Alternatively, you can open the src directory and enable the Assemble all files in directory setting in MARS and run src/main.s, which will use the modularized code.

About

Developing the classic Doodle Jump game in assembly. This project was done for the Fall 2020 session of the University of Toronto Scarborough course CSC B58.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published