Hacker News new | ask | show | jobs
by wdumaresq 406 days ago
I made a multi-player (up to 12 players) Scrabble-like game. Everyone submits their turn at the same time so there are no long waits between turns. It's a "capture territory with words" game.

http://crosswordislandhopper.com/cih

1 comments

The capturing territory part reminds me of Truncate which I absolutely love (and absolutely hate the UI): https://news.ycombinator.com/item?id=39882873 -> https://github.com/TruncateGame/Truncate (MIT)