Skip to content

tookey-io/stanks-as

Repository files navigation

Stanks

Stanks is a multiplayer game built using AssemblyScript, a subset of TypeScript that can be compiled to WebAssembly.

Installation

To install and run the Stanks game, follow these steps:

  1. Install the dependencies:
npm install
  1. Compile the AssemblyScript code to WebAssembly:
npm run asbuild
  1. Run test suite:
npm run test

Gameplay

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.

Contributing

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published