GitXplorerGitXplorer
j

Archipelago

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
ca9901adff481297c16be24b25b1f101576a7190

The rules of Archipelago (original URL to rules no longer available).

jjessicah committed 13 years ago
Unverified
bcbd3eefd08bf3ac8e4d436d57e5a29df894bea5

Changed to use ocamlbuild, and initial work on board rotation.

jjessicah committed 14 years ago
Unverified
6c79d60f2ad87be9d2e4051571d586a1cd6716bc

Added .gitignore

jjessicah committed 14 years ago
Unverified
523695c4c82bf783c171a13436d85130bee63397

Add Makefile

jjessicah committed 14 years ago
Unverified
c9138c1b340a15c9af41d04f28e74334d6e1050e

Initial commit

jjessicah committed 14 years ago

README

The README file for this repository.

Archipelago, a.k.a War Scrabble

This is an ocaml implementation (well, will be!) of Archipelago, a Scrabble like game invented by KirarinSnow.

Rules for the game can be found at: http://www.kirarinland.com/archipelagorules2.txt

Breakdown of functionality and stuff:

  • dictionary o load a dictionary (e.g. sowpods) o check for valid words o optional: load a new dictionary

  • game engine o create a game instance o join a game o play a word o exchange tiles o collect statistics

  • web server