Skip to content

cheatank/client

Repository files navigation

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