Skip to content

This is a MASM assembly program written with the Irvine32 Library. Upon execution of the program it opens into a menu where an option can be selected to either play a single player or a two-player Wordle match. The single player mode is much like a traditional Wordle game and randomly selects a 5 letter word from a word bank. The two-player mode…

Notifications You must be signed in to change notification settings

lavanv11/Wordle-In-Assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Wordle In Assembly

Description:

  • Program w/ Menu that displays two options for single player and two player Wordle. Single player wordle chooses from a select word bank. Two player wordle asks one user for a word and the other player guesses. Both players alternate in a best of three game.

  • Memory is managed through registers. Parameters are passed around through the stack.

How To Run:

About

This is a MASM assembly program written with the Irvine32 Library. Upon execution of the program it opens into a menu where an option can be selected to either play a single player or a two-player Wordle match. The single player mode is much like a traditional Wordle game and randomly selects a 5 letter word from a word bank. The two-player mode…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published