From 28c2d234e019761b6ea4644f185b9e80b3604726 Mon Sep 17 00:00:00 2001 From: Nate <37554478+servusDei2018@users.noreply.github.com> Date: Thu, 8 Aug 2019 10:10:50 -0400 Subject: [PATCH] Add files via upload --- games/tankist_online.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 games/tankist_online.md diff --git a/games/tankist_online.md b/games/tankist_online.md new file mode 100644 index 00000000..9fe6aa1b --- /dev/null +++ b/games/tankist_online.md @@ -0,0 +1,18 @@ +# TankistOnline + +_A Cross-Platform Lightweight 2D Tank Multiplayer Game in Python_ + +- Home: https: +- State: beta +- Download: https://github.com/servusDei2018/TankistOnline/archive/master.zip +- Platform: Linux, Windows, macOS +- Keywords: python, python-3, python27, mmo, tank, tank-game, game, game-development, cross-platform, lightweight, help-wanted +- Code repository: https://github.com/servusDei2018/TankistOnline +- Code language: Python 2.x, Python 3.x +- Code license: MIT +- Code dependencies: Pyglet, (Optional) VLC-Python +- Assets license: **Some** under CC-BY-3 + +## Building + +Run either `TankistOnline_Client.py` for the client, or `TankistOnline_Server.py` for the server. \ No newline at end of file