Skip to content

radovanmoncek/nettgame-tables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nettgame tables

a composite project of my example game for the nettgame framework, which is also a part of my Bachelor's thesis.

What is provided?

This repository contains the .fbs file which was compiled using the flatc program into the Java classes also contained within this repository.

Disclaimer

This repository is not supposed to be used directly, as a separate project, and without a nettgame client or server, it provides next to no functionality of its own.

Dependencies

<!-- https://mvnrepository.com/artifact/com.google.flatbuffers/flatbuffers-java -->
<dependency>
    <groupId>com.google.flatbuffers</groupId>
    <artifactId>flatbuffers-java</artifactId>
    <version>25.2.10</version>
</dependency>

References

About

FlatBuffers tables for the nettgame example game

Topics

Resources

License

Stars

Watchers

Forks

Languages