This is a sample project to experiement and play with React and related technologies. As a recently received my Kickstarter backed game Aeon's End, I thought I could write a little web app to automate some of the initial card set up.
This web app helps generate the "Supply", or the initial list of cards availabe for purchase to upgrade the player deck. It will also randomly select Mages and a Nemesis based on the indicated number of players and Expansions to include.
Aeon's End is a cooperative game that explores the deckbuilding genre with a number of innovative mechanisms, including a variable turn order system that simulates the chaos of an attack, and deck management rules that invite careful planning of every discarded card. Players will struggle to defend Gravehold from The Nameless and their hordes using unique abilities, powerful spells, and, most importantly of all, their collective wits.
Here is a game runthrough and review from Rahdo.
After cloning the repo run npm start
to start a local dev build
This app was bootstrapped with the create-react-app starter project.