Stanks is a multiplayer game built using AssemblyScript, a subset of TypeScript that can be compiled to WebAssembly.
To install and run the Stanks game, follow these steps:
- Install the dependencies:
npm install
- Compile the AssemblyScript code to WebAssembly:
npm run asbuild
- Run test suite:
npm run test
In Stanks, players control tanks and try to eliminate each other by shooting at them. Each tank has a limited number of hearts and a range of movement. Players can earn points by eliminating other players or surviving for a long time. The game ends when there is only one player remaining.
If you'd like to contribute to the Stanks project, please follow these guidelines:
- Fork the repository and create a new branch for your changes.
- Make sure to test your changes thoroughly before submitting a pull request.
- Follow the existing code structure and naming conventions.
- Document your code with clear and concise comments.
- Thank you for considering contributing to Stanks!