Skip to content

nmakoto/SeaCraft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeaCraft

Sea battle client and server. Our website is http://seacraft.i-port.su/

Client usage

Use your mouse to setup ships -- left-click to set part of it, right-click to clear. Also you can fill the field randomly.

Server command line arguments

  • -s, --statfile [FILE] -- use FILE for statistic (default 'stats')
  • -u, --authfile [FILE] -- use FILE for authorized users (default 'authorized')
  • -a, --address [ADDR] -- server address to spawn to (default '0.0.0.0')
  • -p, --port [PORT] -- and it's port (default 1234)
  • -g, --allowguest -- allow guest accounts
  • -r, --disablereg -- disallow registration

Format of the authfile is simple:

login:password:

Format of the statfile:

login:roundsWon:roundsLost:

Compilation remark

On Linux we use alsa output for sound effects. So you should have the dev-package of libasound to compile the project.

About

Sea battle client and server

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.6%
  • PHP 2.5%
  • Prolog 1.9%