Skip to content

Creating a math version of Wordle (essentially Mathler).

Notifications You must be signed in to change notification settings

liaorosemary/MathWordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MathWordle

MathWordle is a text-based game inspired by Mathler —a math version of Wordle.

Running the game

After cloning the project, run:

./mathler

Game rules

Screenshot 2023-12-25 130901

A visualization of the input format

--------------------RULES--------------------

----------Rules in regards to the guess format:

  1. Your guess must be in the format of: A 2 digit number, operator, 1 digit number, operator, 1 digit number Example: If you were given a target answer of 980, a valid guess would be 98 * 5 * 2

----------Rules in regards to counting:

-------Character count:

  1. Your guess must contain 6 characters -- no more, no less
  2. What kinds of characters will count towards the count? Digits and operators (i.e: +, -, *, /, and not including =).
  3. Spaces do not count towards the character count (i.e: you can include as many spaces as you like

-------Guess count:

  1. Repeated valid guesses also count towards the guess count

Game Preview

image

Homepage

ezgif com-video-to-gif-converter

Gameplay

About

Creating a math version of Wordle (essentially Mathler).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages