Skip to content

Complete solution to the Synacor Challenge with NodeJS and ES6.

License

Notifications You must be signed in to change notification settings

NiXXeD/synacor-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

synacor-challenge

Solving the Synacor Challenge with NodeJS.

To Run the Game

npm start

Extra Game Commands

autoplay - plays the entire game start to finish
hack coins - solves the coin problem
hack teleporter - solves the teleporter problem
hack orb - solves the orb problem
save - saves stack, register, memory
load - loads stack, register, memory
exit - exit the game

Extra non-game features

# run a custom bin
node vm <bin>

# disassemble a bin
node disassemble <bin>

# create your own bin, see examples in ./asm and ./bin
node assemble <input> <output>

About

Complete solution to the Synacor Challenge with NodeJS and ES6.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published