Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wachunei/pacmania
Pacmania
https://github.com/wachunei/pacmania
Last synced: 5 days ago
JSON representation
Pacmania
- Host: GitHub
- URL: https://github.com/wachunei/pacmania
- Owner: wachunei
- License: other
- Created: 2015-11-05T16:31:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-09T03:10:28.000Z (about 9 years ago)
- Last Synced: 2024-11-19T20:47:09.869Z (2 months ago)
- Language: Java
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: change_log.txt
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/Dietr1ch/IIC2613-pacman.svg?branch=master)](https://travis-ci.org/Dietr1ch/IIC2613-pacman)
IIC2613-pacman
==============Java project to develop AI for pacman. The project was used for the project
held on [pacman-vs-ghosts.net](http://www.pacman-vs-ghosts.net/), but is
currently unavailable.Import
------
Eclipse can import this _existing project_ using the _git_ import dialog.Working
-------
Visit the only 3 tasks (Eclipse>Window>Show View>Tasks). All should be clear
from there.Any modification outside your Controllers is not allowed directly, but may be
proposed on a pull request.Ideas
-----
Any source for ideas and code *must* be published here. Pull requests are
encouraged.
* [understanding-pac-man-ghost-behavior](http://gameinternals.com/post/2072558330/understanding-pac-man-ghost-behavior)
* [Ms PacMan with MonteCarlo simulation](https://github.com/stewartml/montecarlo-pacman)
* [ICE Pambush 4](http://dces.essex.ac.uk/staff/sml/pacman/cig2010/ICE%20Pambush%204.pdf)Rules
-----
The Contest differs on the usual settings with the following changes:
* The contest will be run at the default _DELAY_ of 40ms and also on 400ms.
* Only the first map will be played. Easing the offline computations.
* Ghosts are allowed to choose *any* direction, including backwards. This
will require reviewing existing solutions.
* Time and memory limits for Controllers are increased to 30s and 1GB to
exploit better the current hardware.
* File and Network IO is forbidden.
* Controllers code should each be under 1MB.Additional rules:
* Extra information *MUST* be added to the _Ideas_ section and
made available through a pull request. Not complying with
this will result in disqualification.
* Modifications outside `pacman.entries` must be made through a pull request.
* No now features will be reviewed 3 days before the deadline, only fixes
up to 2 days after the deadline.