kochol / blockheroes

Block Heroes is an Multi-player Tetrix like game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Block Heroes

Multiplayer Tetrix like game written in Beef lang with Ariyana game engine

Join our Discord channel

Discord Game jolt Twitter Twitch Youtube

Build from source

Requirements

  • Python (2.7.x or 3.x)
  • CMake (3.6+)
  • A working C/C++ development environment:
    • on OSX: Xcode + command line tools
    • on Linux: make/gcc (or clang)
    • on Windows: Visual Studio 2017 or better
  • Beef Download the latest nightly build

Build for windows

mkdir ari
cd ari
git clone https://github.com/kochol/blockheroes.git
cd blockheroes
fips build
cd ..\ariyana\Beef\dist
make_cari.bat

Now you can open the blockheroes workspace with Beef IDE and run the game.

Build server for linux

./BeefBuild_d -config=ServerDebug -run -workspace=/mnt/d/my/fips/block-heroes -verbosity=diagnostic

About

Block Heroes is an Multi-player Tetrix like game

License:GNU General Public License v3.0


Languages

Language:HyPhy 93.6%Language:C++ 2.5%Language:CMake 1.9%Language:Python 1.0%Language:Batchfile 0.5%Language:C 0.4%