Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 612 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 612 Bytes

CheaTank Client

A simple game aimed at developing a cheat client and suppressing it with a server.

Demo

You need to start the local server. (CheaTank/server)

Library

Script

Run app

# Browser
./gradlew runJs

# JVM
./gradlew runJvm

Format code

./gardlew formatKotlin

Check dependencies version

./gradlew dependencyUpdates