Skip to content

nkrlab/givingtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

===============================================================================
Introduction
===============================================================================
This is an example project that illustrates how to use the iFunFactory Funapi.
It consists of a client part and a server part. You need to build both of them
to test.


===============================================================================
How to compile
===============================================================================
Server is in C++ and can be built using 'cmake'

$ mkdir build
$ cd build
$ cmake ..
$ make


Client is shipped ready in Python. So you do not have to build.


===============================================================================
How to run
===============================================================================
First run the server. After building a server, you can see a file named
`giving_tree-local'. This is a shell script which pre-loads required
libraries including Funapi. Simply run the script.

$ cd build; ./giving_tree-local


Next, run the client.

$ cd client; ./giving_tree_client-launcher


Once connected with the server, you need to login to test the client.
Details are explained in a tutorial which is available at the Funapi website.


Enjoy the game!

About

Giving tree example code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •