Skip to content

Nightwind0/void_terminal_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 

Repository files navigation

Void Server

A server I wrote in C++ for an ANSI terminal based massively multiplayer space 4X game

The server runs as a daemon, accepting socket connections and spinning of threads to service those connections. The data is stored in a PostgreSQL database. I use libpqxx++ for the PostgreSQL transactions.

When you join the game, you are given a spaceship of your very own, and dropped somewhere in space. Space is made up of thousands of interconnected sectors, filled with outposts, planets, star bases, and other things to discover. Take control of planets and trade, or become a space pirate and attack other ships.

The universe is generated by a Python script which creates all the sectors, connects them up, then fills them with goodies like outposts and planets, with random fun names.

About

A server I wrote in C++ for a terminal based massively multiplayer space 4X game

Topics

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors