Menu

Tree [r5] /
 History

HTTPS access


File Date Author Commit
 data 2009-01-10 alethiophile [r1] Initial import. Game is egregiously incomplete.
 LICENSE 2009-01-12 alethiophile [r3] Some cleanup.
 Makefile 2009-01-10 alethiophile [r2] Fixed make dist rule in Makefile, and fixed som...
 README 2009-01-12 alethiophile [r3] Some cleanup.
 TAGS 2009-01-10 alethiophile [r1] Initial import. Game is egregiously incomplete.
 TODO 2009-01-12 alethiophile [r3] Some cleanup.
 allegro-initialize.c 2009-01-10 alethiophile [r1] Initial import. Game is egregiously incomplete.
 character-pr.h 2009-01-10 alethiophile [r1] Initial import. Game is egregiously incomplete.
 character.c 2009-01-10 alethiophile [r1] Initial import. Game is egregiously incomplete.
 character.h 2009-01-10 alethiophile [r1] Initial import. Game is egregiously incomplete.
 concept.txt 2009-01-10 alethiophile [r1] Initial import. Game is egregiously incomplete.
 crate.c 2009-01-10 alethiophile [r1] Initial import. Game is egregiously incomplete.
 crate.h 2009-01-10 alethiophile [r1] Initial import. Game is egregiously incomplete.
 level.h 2009-01-10 alethiophile [r1] Initial import. Game is egregiously incomplete.
 main.c 2009-01-10 alethiophile [r2] Fixed make dist rule in Makefile, and fixed som...
 map-pr.h 2009-01-10 alethiophile [r1] Initial import. Game is egregiously incomplete.
 map.c 2009-01-24 alethiophile [r5] Made the load_map and save_map functions use st...
 map.h 2009-01-10 alethiophile [r1] Initial import. Game is egregiously incomplete.
 npc.c 2009-01-10 alethiophile [r1] Initial import. Game is egregiously incomplete.
 npc.h 2009-01-10 alethiophile [r1] Initial import. Game is egregiously incomplete.
 pyretic.h 2009-01-10 alethiophile [r1] Initial import. Game is egregiously incomplete.
 vector.c 2009-01-10 alethiophile [r1] Initial import. Game is egregiously incomplete.
 vector.h 2009-01-10 alethiophile [r1] Initial import. Game is egregiously incomplete.

Read Me

 ____                 _                                _   _      
|  _ \ ___ _   _  ___| |__   ___  _ __  _   _ _ __ ___| |_(_) ___ 
| |_) / __| | | |/ __| '_ \ / _ \| '_ \| | | | '__/ _ \ __| |/ __|
|  __/\__ \ |_| | (__| | | | (_) | |_) | |_| | | |  __/ |_| | (__ 
|_|   |___/\__, |\___|_| |_|\___/| .__/ \__, |_|  \___|\__|_|\___|
           |___/                 |_|    |___/                     

------------------------------------------------------------------

Psychopyretic is a platform/puzzle game in which you play a person who has the 
power to cause explosions with his mind.

------------------------------------------------------------------

Gameplay: 
  To move, use the left and right arrow keys. To jump, use the up key. Your 
  current pyschopyretic power is represented by the circle in the upper right 
  of the screen; the redder it is, the more power you have. When it is bright 
  red (full  power), you can damage a crate by clicking on it. This will drop 
  the power to zero (black). If you attack an already damaged crate, it is 
  destroyed. 

------------------------------------------------------------------

Compiling:
  Psychopyretic requires Allegro (written under 4.2.2, should work with any 
  later version, maybe with older ones) along with loadpng and its dependencies, 
  libpng and libz. Once you have all the libraries installed, simply type "make" at the
  command line. This should compile the main executable for whatever (Unixlike) 
  system you have. It has not been tested under Windows, and is probably
  not portable.

------------------------------------------------------------------

Credits:
  I got some of the graphics from the Allegro graphics depot. Specifically, the 
  player image is from Elverion, and the explosions are from Andy Clifton. The 
  background is from http://www.molotov.nu/?page=graphics. The other images (crate 
  and platforms) are by me.

------------------------------------------------------------------

License:
  Psychopyretic is licenced under the MIT license, available in the file LICENSE or
  on the web at http://www.opensource.org/licenses/mit-license.php.