index
:
hunt-the-wumpus
master
Text based Hunt The Wumpus
Jed Barber
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
agent.prolog
Age
Commit message (
Expand
)
Author
2014-04-04
Makefile added, files reorganised
Jed Barber
2014-04-03
Fixed bug with higher order functions in modules
Jed Barber
2014-04-03
Moving some clauses around to more appropriate modules
Jed Barber
2014-04-03
Added message for attempting to shoot in an unknown direction
Jed Barber
2014-04-03
Added message for attempting to move in an unknown direction
Jed Barber
2014-04-02
Typos corrected with pitAt dynamic clause
Jed Barber
2014-04-02
Game now keeps track of moves made and gold found
Jed Barber
2014-04-02
Movement now automatically looks
Jed Barber
2014-04-02
Added pits, finished init
Jed Barber
2014-04-01
Added clause to test whether a subset of rooms is connected
Jed Barber
2014-03-31
Added bats
Jed Barber
2014-03-31
Bats now drop you completely randomly, not just in safe rooms
Jed Barber
2014-03-30
Added gold init and the ability to take it
Jed Barber
2014-03-29
Added checks for bats and pits, even though they aren't implemented yet
Jed Barber
2014-03-29
Added shoot command, winning and game over conditions
Jed Barber
2014-03-29
Cleaned up minor init errors, variable names
Jed Barber
2014-03-28
More initialisation work
Jed Barber
2014-03-27
Improved sensory clauses
Jed Barber
2014-03-22
Reorganising code
Jed Barber
2014-03-21
Basic items and look command
Jed Barber
2014-03-20
Basic movement added
Jed Barber