Skip to content
Transfinity edited this page Sep 22, 2012 · 12 revisions

Welcome to Wiki for the Purdue ACM SIGART's Fishtank AI Simulator.

Check out the Design page for in-depth information regarding the implementation of the simulator.

Check out the Rules page for in-depth information regarding the simulation itself.

Meeting list

  • Week 1: Introduction (No documents)
  • Week 2: Environments [PDF]
  • Week 3: Wumpus [PDF]

Common Git commands:

git status: display the locally edited files

git log: display a log of previous commits.

git add: bundle new changes into the local "staging" area

git commit: finalize the bundle of changes in the local "staging" area

git push: send the local bundles of changes to the remote repository

git pull: update your local copy to reflect the remote repository

Clone this wiki locally