Skip to content

Latest commit

 

History

History

pacman

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Pac Man

Notes for on-going development of ClojureScript Pac Man using big-bang as a proof-of-concept.

Building and running

The main build script in the project directory will automatically transpile the ClojureScript code into JavaScript - presently this will not be optimized - until big-bang evolves into a stable library at least.

On building, the pacman.html file in this directory can be used to test from the target directory.

Open http://rm-hull.github.io/big-bang/pacman.html for the latest published version.

Development Notes

Sprites

spritemap-384.png and spritemap-192.png are a pair of sprite sheets comprising of 12x12 and 24x24 (or 6x6 and 12x12) sprites. It was originally created by Simon Owen (derived from http://simonowen.com/sam/articles/pacemu/) but has been modified to remove some duplication, as well as having the borders trimmed. Also, see an enlarged version with gridlines:

gridlines

Maps

Uses box-drawing ANSI characters (see wikipedia) for the map borders, a dot for the normal pills and a capital O for the energy pills.

References