Territorial by zed0
Use the arrow keys to expand your territory in that direction.
Try to hang on to your territory as long as possible and wipe out your opponents!
Players who occupy a smaller area can push into the territory of those who control more.
The entire game (globally) is the same instance.
There are some bots in the game to play against in case no one's online, but it's more interesting against real people.
TIP: Start moving immediately or you will get swallowed fairly quickly!
Tested in Chrome 25.0.1364.172, but works in at least some versions of Firefox too.
Instructions for running from source:
The server and bots require node, I used node-v0.10.33.
To run the server:
cd territorial/server
npm install websocket clone html-escape
node server.js
To run a bot:
cd territorial-source/bot
npm install websocket
node bot.js
To run the client:
Open territorial-source/client/index.html in a browser.
Try to hang on to your territory as long as possible and wipe out your opponents!
Players who occupy a smaller area can push into the territory of those who control more.
The entire game (globally) is the same instance.
There are some bots in the game to play against in case no one's online, but it's more interesting against real people.
TIP: Start moving immediately or you will get swallowed fairly quickly!
Tested in Chrome 25.0.1364.172, but works in at least some versions of Firefox too.
Instructions for running from source:
The server and bots require node, I used node-v0.10.33.
To run the server:
cd territorial/server
npm install websocket clone html-escape
node server.js
To run a bot:
cd territorial-source/bot
npm install websocket
node bot.js
To run the client:
Open territorial-source/client/index.html in a browser.
| Web | http://zed0.co.uk/territorial/ |
| Source (zip) | http://zed0.co.uk/territorial-source.zip |
| Source (tar.gz) | http://zed0.co.uk/territorial-source.tar.gz |
| Original URL | https://ludumdare.com/compo/ludum-dare-31/?action=preview&uid=35609 |
Ratings
| Coolness | 37% | 1783 |
| Overall | 3.08 | 685 |
| Fun | 2.71 | 890 |
| Graphics | 2.32 | 1029 |
| Innovation | 3.92 | 106 |
| Theme | 3.73 | 385 |
That said, the idea is good, the polish does feel lacking. I feel this game could be a lot more engaging with more sound and flashing lights. The foundations are definitely very solid, you just need to build something more on top of them :)
mine is just with more clicking :p
Well done!
I would have love to see a timelapse of my game ( like in populous )
Although I feel like it might benefit from some additional mechanics?
Maybe a combo system/ or powerups/ or something else might add to the gameplay?
Cool idea!