Skip to content

RoboCatAction is a 2D multiplayer shooting game. This project includes RoboCatAction's login server part and the game part.

Notifications You must be signed in to change notification settings

HeejaeKwon-E/RoboCatAction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

RoboCatAction

RoboCatAction is a 2D multiplayer shooting game.

This project includes RoboCatAction's login server part and the game part. The RoboCatAction part consists of client and server with using C++. These are sample codes of Multiplayer Game Programming: Architecting Networked Games(Link). The RoboCatLoginServer part is a Node.js server that interacts with RoboCatAction server. RoboCatAction server sends an request to verify the player and the login server sends back an response to the game server.

Supported Platforms

RoboCatAction Client

  • Windows with Visual Studio 2017 or newer

RoboCatAction Server

  • Windows with Visual Studio 2017 or newer
  • g++ 7.4 or newer
  • clang

RoboCatLoginServer

  • Node.js 12 or newer

Demo

https://youtu.be/V6CIzGM8-DU

About

RoboCatAction is a 2D multiplayer shooting game. This project includes RoboCatAction's login server part and the game part.

Topics

Resources

Stars

Watchers

Forks