"Theory of Magicity" is an experimental game made for an university course. The core idea is to treat magic as a physics-like system rather than a set of canned spells. So instead of having a "haste" spell that doubles a character's speed, this game has a "magic field" (analogous to gravity in real world) that affects how fast (or slow) a character can move.
Binary release for win32: built via py2exe under wine - seems to work on most machines. Feel free to report problems.
The source release, suitable for real operating systems (requires python and pygame).
The bleeding edge code is available on github.
The latest release of the game boasts:
The game world contains 3 "magic fields": Time, Wind and Life: Time magic compresses and expands time (affects movement), Wind magic pushes characters around and Life magic reduces or regenerates health.
Each magic field fills the entire game world and each character is affected by each field according to it's value at the characters position in the world. The characters can affect the "magic fields" by creating and moving "magic balls" that influence their respective fields around the balls.
Game controls as of 0.4beta:
Keys | Effect |
---|
left/right arrow | Move character |
z, x, c | create Time, Wind, Life magic balls |
a, d | move currently selected ball left or right |
w, s | increase or decrease the power of currently selected ball |
r | release (stop affecting) currently selected ball (or all balls, if none selected) |
ctrl + a, d | capture (select) balls in left or right direction |
ctrl + 1 - 9 | capture (select) balls by their index number |
p | pause game |
m | set "mouse mode" where 'a' and 'd' move the character, not magic ball |
esc | exit game |
tab | show some debug information |
j, l | freely move camera left or right |
k | refocus camera on character |
Mouse | Effect |
left button | capture a ball |
movement | move and set the power of currently selected magic ball |