Skip to content

Shoes01/gameattempt2

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages