Freed Go 1.1 |
Mobius Strip | Quake Marine |
Two interconnected planes with 3 neighbors on each plane | 3 neighbored Go. My favorite alt-Go board. |
More Screen Shots...
AboutFreed Go was written by me (Lewey Geselowitz) and is my experiment in what playing Go would be like if the board was in some interesting way transformed. To anyone who has put some serious thought into Go I'm sure this will act as a refreshing twist and help broaden your understanding of this amazing game. It is also a part of The Freed Series which is a collection of standard 2D games expanded into the 3rd dimension and beyond. As far as the technology goes, it is based on my Lewcid interaction system. If you have ideas for new board types, adjusts to these ones, or just want to leave a comment I'm always more than happy to hear from people who have tried out my software. Feel free to drop me a line at lewey@lewcid.com |
DownloadFreed Go is available for both Windows and Mac OS X. Download the .zip file, unzip and run. For Windows make sure that included glut32.dll file is in the same directory as FreedGo.exe OR you have installed GLUT on your system. For Mac OS X make sure that GLUT is already installed. Also the Mac version is Carbon based so while I havn't tested it, it may run earlier Mac OSes. If you appreciate this application, a small donation to support me writing more interesting apps like it (and not get a job writing accounting software) would be greatly appreciated.
UPDATE - 6/23/2004 - Version 1.1 with the following changes: - Added remote gameplay so that you can play over the net. - Now you can create your own boards in a simple text format. - Added the 'diamond' board type, thanks to Henry Segerman
I have not updated the Mac version to 1.1, because it would require a fair amount of work on my part and I'm not sure anyone would actually use it. If there is someone out there who would like a Mac version with networking and custom boards, give me a yell.
|
Custom BoardsFreed Go includes a simple text-based format you can use to create your own boards. The boards you create are fully intergrated into the application and you can even play them across a network (if both players have the file). Just follow the format below, and then drop the file over FreedGo.exe to play on it!
This is all pretty self-explanitory: first the number of nodes; then the node 'scale' which is the radius of each stone. Then for each stone, you give how many neighbors it has, and then those neighbors (use 0-based indices, and the order you specify them in the file is their index). And finally for each node give a location in 3d space. Keep these locations roughly within -1 to 1 in all dimensions. Regarding the neighbors, in the example each node meantions all of it's neighbors, but you actually only have to say that one is the neighbor of another and it automatically goes the other way as well. Have fun creating new boards, and give me a yell if you have any questions or if you make any cools boards. Possibly I'll setup a gallery of interesting boards if people send them in. |
3D Model To Go Board ConverterWith Freed Go you can play Go over any 3D graph, which I realised look alot like wireframe 3d meshes! So I wrote this little tool which converts an .OFF model into a Freed Go board. Just drop any .off file over OFF2FreedGo.exe and it generates a Go board you can play on (send the board to your buddy and you can play over the net). If you run it from the Command Prompt you can also specify more arguements on how you want the board generated, or of course you can edit it once it's generated (the board format is very simple). Enjoy. To find out about the OFF file format: here is a pretty good desciption (with some basic examples). Also Geomview is a popular viewer and editor for OFF models and the Princeton Shape Benchmark has a HUGE collection of free OFF models.
Here are some examples of Go boards generated from OFF meshes:
|
Remote GamesFreed Go allows you to play a network game over IP with a friend. Unfortunatly I don't have a server so you'll have to meet other people yourself (I've heard it's not that hard). Once you've found a buddy setting it up is very easy. There is no buildt in chat so I'm assuming you are communicating with your friend over some chat program or another (AIM, MSN, etc.). Once you have connected it's all pretty simple, no big surpises. If you want to play on a custom board make sure both people have the file on their computers and in the same directories as the binaries. Then drop the file over the app to open up that board and connect, the rest is all the same as normal. |
Related SitesThis is a short collection of other sites relating to extending Go in new and interesting ways: 3D Battle Go - An amazingly fun and fast paced Go based puzzle game.XiStrat - Very interesting heavy math approach to 3d Go (and related turn based games) Alternate Go Boards - Some really great information and pictures of alternate Go boards (all are either already in Freed Go or you can easily add them) Henry Segerman's Diamond Go - Buy an actual diamond (shaped) Go board UF Go Club - The University of Florida Go club |
ControlsFreed Go was designed for experimentation, so the controls are a little 'rustic' but they do the job and are very simple to understand and get going with. The first thing to know is that holding down the right mouse button and dragging will change your view. Then you can left-click on the node where you'd like to place your stone. 'Empty' areas are marked with small brown stones, and connected stones are marked with a white line. You can change the board you are playing on by typing the key which corresponds to that board. See the different board-keys below. Listed here are the instructions on how to use Freed Go. When you run the game you will see them in a small window behind the main game window. The small brown stones represent emtpy locations. Left click on a brown stone to play at that location. Drag the right mouse button to change your view. Press 'N' for a new game. Press 'P' for pass. Press 'U' to Undo previous moves. Press 'R' to start a Remote game. Hold down SHIFT and then left click to remove dead stones. Press 'Q' to count occupied areas and show score. Board Types - Press the associated key to change to that board. F - Flat standard game board S - Sphereical board C - Cylinder board D - Diamond board B - Box or cubed board 3 - 3 neighbors board 5 - 5 neighbors board 6 - 6 neighbors board L - Layered planes T - Torus board M - Mobius strip board |
Board TypesEach 'Board' is a different 3D graph on which you can play a game of Go. Listed here are all 11 of them, and some interesting gameplay adjustments that using a board of that type may incur. The Key represents which key you have to press in the game to change to that board type.
|