https://github.com/fogleman/swtpacman
Pac-Man clone written in 2005 using Java + SWT.
https://github.com/fogleman/swtpacman
Last synced: 12 days ago
JSON representation
Pac-Man clone written in 2005 using Java + SWT.
- Host: GitHub
- URL: https://github.com/fogleman/swtpacman
- Owner: fogleman
- Created: 2016-12-12T21:08:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-22T11:54:38.000Z (over 6 years ago)
- Last Synced: 2025-04-01T20:11:22.648Z (12 months ago)
- Language: Java
- Size: 96.7 KB
- Stars: 17
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
PacMan Clone by Michael Fogleman
Requires SWT, latest version can be downloaded at:
http://download.eclipse.org/downloads/drops/R-3.0.1-200409161125/index.php#swt
Place swt.jar and swt-win32-3063.dll in the same directory as this README.txt file
This code is packaged as an Eclipse project (http://www.eclipse.org/)
This has only been tested on Windows 2000 and Windows XP
To run from command line:
java -cp bin;swt.jar com.mafoglem.pacman.Test
More information can be found at:
http://episteme.arstechnica.com/eve/ubb.x?a=tpc&s=50009562&f=6330927813&m=156003358631
Send comments/questions to mafoglem@ncsu.edu