Skip to content

Aracthor/ASM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASM

Awesome Super Mario: mini mario-like in assembly language.

Screenshot

Requirements

Assembly language is compiled with nasm binary.
It uses CSFML 2.X.
If you don't have these packages, you can install it with apt-get:

sudo apt-get install libcsfml-dev
sudo apt-get install nasm

Compilation

Compile binary with:

make

launch it with test map:

./ASM map.txt

Commands

Move with right and left arrows.

Jump with space.

Ragequit the game with escape.

About

Awesome Super Mario: mini mario-like in assembly language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published