CTFTNKS is a fast-paced, tank battle browser game featuring multiple game modes, including Capture the Flag, Deathmatch, and King of the Hill. It is built with modern vanilla web technologies.
:video_game: Play the game now at: ctftnks.github.io
The raw documentation-as-code is placed in the directory /docs/.
First, you need to install the npm-dependencies using the command
npm install
Launch the development server:
npm run dev
The game should now be available in your browser at http://localhost:5173
Build the project for production:
npm run build
The output will be generated in the dist/ directory.
Run the unit test suite:
npm test
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.