Skip to content

Just added CMake support to this project

License

Notifications You must be signed in to change notification settings

zommerfelds/eyva

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EYVA 0.1
========
Readme file


Introduction:

    EYVA is an attempt to create a network-capable role playing game in 2D.


Requirements:

    * SDL
    * SDL_ttf


Build:

    Run make in the project's root directory. This will create server and client
    binaries.


Execute:
   
    'eserver' will listen to port 1251. You may use netcat to send and
    receive data. The server stops when receiving the byte sequence [:][q][\n].

    'eclient' doesn't do anything.


Bugs:

    Please report bugs to the project site:
    https://github.com/ayekat/eyva


Licence:

    Copyright (C) 2011 ayekat (martin.weber@epfl.ch)

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

Just added CMake support to this project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published