Shoes01 / gameattempt2

Attempt 2 at making a game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INERTIAL COMBAT

A simple mech arena shooter centered around managing momentum.

DEPENDENCIES

Requires python 3 and python-tcod. Run engine.py.

BUGS

General

Movement highlighting logic: when h_mov = 2, v_mom = 1 and impulse = -1, the mech can move to three places. That's not right. Mech should really just be: highlight tile (x + h_mov, y + v_mom)

About

Attempt 2 at making a game

License:GNU General Public License v3.0


Languages

Language:Python 100.0%