Getting Started
Athena Crisis is a modern retro turn-based strategy game developed by Nakazawa Tech. The source code of Athena Crisis is licensed under the MIT License and can be used to improve Athena Crisis, build additional tools, study game development with JavaScript or create entirely new turn-based strategy games.
This documentation website is aimed at explaining the core architecture and provides playgrounds to try out various parts of the codebase. To get started, you can clone the codebase using git:
git clone git://github.com/nkzw-tech/athena-crisis.gitAthena Crisis requires Node.js and the latest major version of pnpm. After installing the latest versions, you can get started quickly with these commands:
pnpm install && pnpm dev:setup
pnpm dev:docsThe above commands set up the repository. After they complete, you can visit localhost:3003 to run the local version of this documentation website.
If you prefer video content, check out How NOT to Build a Video Game to get an overview of the tech behind Athena Crisis. If you have questions, feel free to join us on Discord.