项目作者: vesche

项目描述 :
multiplayer ascii fighting game
高级语言: Python
项目地址: git://github.com/vesche/HotC.git
创建时间: 2017-07-22T20:23:18Z
项目社区:https://github.com/vesche/HotC

开源协议:The Unlicense

下载


Heroes of the Cubicles

This is a multiplayer LAN-based ASCII fighting game written in Python 2.7 that I made to kill productivity at work. It should only be run on an internal network! There is no encryption used for game communication, password storage, etc. Also, I take absolutely zero credit for any of the ASCII artwork, I found most of it on Christopher Johnson’s ASCII art website.

Features 4 playable characters! Who will you pick to dominate the cubicles?
squad

Hop in and battle to the top of the highscores!
screenshot

Release Notes

HotC Client v0.1.1 - 11/1/2017

  • New character Genie!
  • Cromulon added before game start.
  • Windows client to be released soon.

HotC Client v0.1 - 7/21/2017

  • First official release!
  • Four playable characters, each with their own artwork and moves.
  • Full multiplayer support with lobby and queue system.
  • Login/register, highscores, users online query, and more.

How to Play

To host your own server, clone this repository and start a server up:

  1. $ git clone https://github.com/vesche/HotC
  2. $ cd server/
  3. $ python HotC_server.py
  4. HotC server is listening on port 1337...
  5. 2017-10-31 16:42:44 - ? connected.
  6. 2017-10-31 16:43:01 - jackson logged in.

Have your friends connect to your server on Linux/macOS like so:

  1. $ cd client/
  2. $ python HotC_client.py --server <ip>

Or on Windows, download and extract the latest HotC Windows client:

  1. $ HotC_client.exe --server <ip>