github.com/pseudohuman92/Visitor-the-Card-Game ↗
An animated time-lapse of how pseudohuman92/Visitor-the-Card-Game was built, commit by commit.
Open this visualization on its own page →
Contributors
9
Lines of Code
6,348
From
2018-05-19
To
2020-12-22
About pseudohuman92/Visitor-the-Card-Game
Visitor is a card game project built with Java and Maven that uses Protocol Buffers for communication. The game includes a server component that runs on Jetty, a lightweight Java web server. To get the project running, developers need to install Maven for build management and Protobuf for serializing structured data, then use standard Maven commands to build and deploy the application.
The project appears to be designed as a multiplayer or online card game with a client-server architecture, evidenced by the inclusion of protobuf-js alongside the Java protobuf libraries, suggesting both web and server-side components. The straightforward build and run process indicates the project prioritizes ease of setup for developers looking to contribute or run a local instance of the game.