Skip to content

An LC3 (Little computer 3) simple hangman game.

Notifications You must be signed in to change notification settings

bselcuk/LC3-hangman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

LC3-hangman

An LC3 (Little computer 3) simple hangman game.

To run this program install LC3 Tools from https://github.com/haplesshero13/lc3tools.

Once the tools are installed compile the .asm file:

lc3as hangMan.asm

This will create the .sym and .obj files. Now, you can run the program.

lc3sim hangMan.obj

press 'c' to continue, and then play the game.

About

An LC3 (Little computer 3) simple hangman game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 100.0%