shaunlebron / gh4st

A.I. puzzle experiment based on pacman ghosts

Home Page:http://shaunlebron.github.io/gh4st/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GH4ST

screen

Coordinate the four ghosts, which adhere to the actual AI from the original Pac-Man arcade. Your only power to catch Pac-Man is to choose which ghost is allowed to move per turn.

In this game, you must learn to exploit the deterministic behaviors of your ghosts and Pac-Man in order to catch Pac-Man before he gets his fruit.

Setup

If you want to update the CSS styling, install Ruby and run this in a separate terminal window:

gem install sass
cd resources/public/css
sass --watch style.scss:style.css

Sprites are animated using a spritesheet, indexed and animated with generated CSS:

lein garden auto

About

A.I. puzzle experiment based on pacman ghosts

http://shaunlebron.github.io/gh4st/


Languages

Language:Clojure 65.7%Language:CSS 29.4%Language:HTML 4.5%Language:Shell 0.4%Language:JavaScript 0.1%