Skip to content

A simple example application to demonstrate knowledge about networking

License

Notifications You must be signed in to change notification settings

jonathansty/Networked-Boids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

Build Instructions

Windows

Prerequisite

  • Visual Studio 2017
  • premake5

Building

  1. Install premake5 and generate for vs2017
  2. Build the visual studio solution

Linux

Prerequisite

  • gcc or clang
  • premake5
  • SFML

Building

  1. Generate the makefiles by running premake5 gmake
  2. execute make to build all targets

Running

In the scripts you can find scripts that demonstrate how to run the server and connect clients to it.

About

A simple example application to demonstrate knowledge about networking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published