Skip to content

ryan-danielson/SlingGuy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SlingGuy

An x86 assembly game where slinging is all the rage. Collect as many letters as possible without hooking yourself!

slingguy

Compile Instructions

To compile using NASM under Ubuntu 18.04.5:

    $ nasm -f elf32 slingguy.asm
    $ ld slingguy.o -m elf_i386 -o slingguy --entry main -dynamic-linker /lib/ld-linux.so.2 -lc
    $ ./slingguy

You can also link using gcc instead. Must force 32bit as that is what it's written in.

Controls

  • aswd: Orient player around a platform (left, down, up, right)
  • jkil: Shoot hook in givent direction (left, down, up, right)
  • Double-tap hook direction for super-speed!

Issues

As this is a terminal-based game with constant refreshing, some terminals perform better than others. Have had best luck in GNOME terminal, iTerm; poor performance in URXVT.

About

A game where slinging is all the rage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published