forked from GamesCrafters/GamesmanClassic
-
Notifications
You must be signed in to change notification settings - Fork 0
The classic C solver and tcl/tk frontend.
License
nildo/GamesmanClassic
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
____ Copyright (C) Dan Garcia, 2005. All rights rsvd : A finite, two-person, / ___| __ _ _ __ ___ ___ ___ _ __ ___ __ _ _ __ : perfect-information | | _ / _` | '_ ` _ \ / _ \/ __| '_ ` _ \ / _` | '_ \ : game generator. | |_| | (_| | | | | | | __/\__ \ | | | | | (_| | | | | : \____|\__,_|_| |_| |_|\___||___/_| |_| |_|\__,_|_| |_| : by Dan Garcia : ddgarcia@cs \ http://gamescrafters.berkeley.edu : .berkeley.edu ............................................................................... INTRODUCTION ============ Welcome to GAMESMAN! Hopefully this will provide a quick summary of what you need to know to build and play with this remarkable system. Feel free to read through my thesis (available at the URL above) to find out more about the inner workings of the system and to read more up on the games themselves. In general, GAMESMAN is provided to allow the interested game theorist to: * Learn new games interactively * Explore how changing the rules affects the play of the games. * Teach themselves strategies of the game with the "Value Moves" option. * Program in new games (modules) and add them to the Gamesman database. GAMES ===== The games packaged with this distribution are: * 1210 (Inline nim) Available in both X-window & text versions * 3spot (3-Spot) Available in both X-window & text versions * achi (Achi) Available in both X-window & text versions * blocking (Meta Game - Blocking) Available in text version only * ctoi (Chung Toi) Available in both X-window & text versions * win4 (Connect 4) Available in both X-window & text versions * con (Connections) Available in both X-window & text versions * cmass (Critical Mass) Available in both X-window & text versions * dodgem (from Winning Ways, p 685) Available in both X-window & text versions * graph (general-purpose graph solver) Available in text version only * iceblocks (Ice Blocks) Available in both X-window & text versions * Lgame (The L Game) Available in both X-window & text versions * lite3 (Lite 3) Available in both X-window & text versions * mancala (Mancala) Available in both X-window & text versions * tore (Mu Torere) Available in both X-window & text versions * nim (Nim) Available in both X-window & text versions * qx (Quick Cross) Available in both X-window & text versions * rubix (Rubiks Magic) Available in both X-window & text versions * stt (Shift-Tac-Toe) Available in both X-window & text versions * sim (Sim) Available in both X-window & text versions * slideN (SlideN) Available in both X-window & text versions * snake (Snake) Available in both X-window & text versions * tactix (2-D Nim) Available in both X-window & text versions * ttt (Tic Tac Toe) Available in both X-window & text versions * wuzhi (WuZhiQi) Available in both X-window & text versions NEW 2003 FEATURES ================= - by Sunil Ramesh * Added Database capability * Added goAgain (really Brian did!) * Cleaned up versions of others NEW 1999 FEATURES ================= I spent some time this summer, and have finally put in the ability to: * Solve loopy games (such as dodgem) correctly! * Modify more game characteristics other than just standard / reverse. * Verify if the game database is corrupted somehow (good for programmers) BUILDING ======== If you only want the text-programs, simply type: % cd src % make text_all If, however, you want the full, wonderous, graphical experience of GAMESMAN, you should install Tcl/Tk on your system (from http://www.scriptics.com/) and then type: % cd src % make I have successfully built GAMESMAN on Linux, Solaris, HP-UX, and IRIX. I also have a Macintosh port and a PC port, but I have only built 1210 for the PC port. For more detailed instructions, please refer to the INSTALL file located in the root gamesman directory. DEVELOPERS ========== If you want to add a game to Gamesman, talk to me and I'll try to provide you with help. Then I'll add your game to my system! Here are some games which would fit in perfectly: * Achi * Fox and Geese (almost finished!) * 5x5 Connect 4 * 5x5 Tic Tac Toe (middle is both X _and_ O) * DeBono's Red/White/Blue and get to 12 game PLAYING ======= There's a top-level utility that takes care of all the graphical programs, which is bin/XGamesman - just run that and click the buttons and it will run the other programs. Each program should be self-explanatory, and they have the same interface, which should make learning each new game easier. I hope GAMESMAN provides you hours of enjoyment! Dan Garcia 1999-08-26 UC Berkeley
About
The classic C solver and tcl/tk frontend.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 58.2%
- Tcl 33.2%
- Java 3.5%
- Python 1.9%
- TeX 1.5%
- C++ 0.7%
- Other 1.0%