Jump to content

aiaf's Blog

  • entries
    11
  • comments
    4
  • views
    6,585

Entry progress


aiaf

972 views

 Share

Making a multiplayer game about territory conquest, like a board game.

The winner will have the most territory.

Something like risk but no dice rolls and more simple.

 

So far i have:

A socket server (written in go).This has the territories stored in db.

Text communication protocol (using json). For example this is a register packet:  {"t":0, "p":{"name":"test"}}

Game client that can select territories (using c++ poco network libraries)

Sqlite3 for game data , i really like this wrapper (makes things less verbose):

https://github.com/SqliteModernCpp/sqlite_modern_cpp

 

Working on implementing game play server side.

Here is main menu trying to be in line with retro theme :)

ct.thumb.png.70a1385bb7a01ad935f1042975bd1508.png

  • Like 2
 Share

0 Comments


Recommended Comments

There are no comments to display.

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...