Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Toby222/NecroGame

Repository files navigation

Necromancy Game (Working Title)

Dev: Code quality dev branch
Main: Code quality main branch

An incremental game skeleton. Very much WIP.

screenshot

Play the current version here. Play around with the development version here.

Requirements

Built with Node.js.

Developed with the help of vercel, and its command line tool.

Development scripts

  • yarn format - Auto-format the codebase.
    • yarn lint - Check if codebase conforms to codestandards.
    • yarn test - Check if codebase is ready for commit, including tsc and eslint warnings.
  • yarn run dev - Start a development server at localhost and watch for code changes.
    • yarn start - Create a production build and host it at localhost

Dependencies

Acknowledgements

Originally adapted from deciduously's prototype, translated to TypeScript as best as I could and then built upon after that.