Skip to content

jceipek/JJGameArchitecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JJGameArchitecture is an experiment in creating a reusable computer game architecture.

It's central theme is a server/client communication system in which only the server is trusted with private information.

The architecture also uses an event system in which each event has a time stamp at which it is executed. In this way, the server and clients can always be synchronized.

About

A networked computer game architecture based on the concept of untrusted clients.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages