Skip to content
/ MTGLE Public

Like Wordle, but with Magic the Gathering theme

Notifications You must be signed in to change notification settings

okkimus/MTGLE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Copy

Initially this repo will be just my implementation of Wordle game. After that is done, the repo will start going towards Magic the Gathering theme.

Goals

  • overengineer the whole app for learning
  • learn TDD with Jest and React Testing Library
  • learn React more deeply
  • learn some CSS for basic styling
  • make fun app for MTG fans

Tech

Created with create-react-app

  • React 18
  • Typescript
  • Jest
  • React Testing Library

Run the project

  1. Clone the repo
  2. Install dependencies npm install or yarn
  3. Run the project npm run start or yarn start
  4. To run tests run npm run test or yarn test

Todo:

  • Logic

  • create services to aid with game logic

    • word service
    • ...
  • wire all services together

  • make everything testable

  • Frontend

  • create functional UI

  • tweak UI so it doesn't hurt eyes

  • add MTG theme

About

Like Wordle, but with Magic the Gathering theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published