Skip to content

markarenz/figure-five-frenzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Figure Five Frenzy

Background

  • Figure Five Fenzy is a math game
    • Get 5 cards, use math operations & grouping to match the target card.
    • Beat the time and post a high score.
  • We're using RestBdIo as a backend-as-a-service to handle the high scores table.
  • This is a port of a game I made in Flash in the early 2000's.

Tech Stack

  • The app is frontend only and uses React
  • We're hosting it on an S3 bucket and using CloudFront as a CDN. As a result, hosting it is comically inexpensive.

High Scores

  • Add an env file with the following values
REACT_APP__MMS_SCORES_URL="http://localhost:3000/dev/scores"
REACT_APP__MMS_SCORES_API_KEY="YOUR_GAME_API_KEY"

About

A math game written in React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published