Skip to content

Core repository that holds all game logic for both front end rendering and back end validation.

License

Notifications You must be signed in to change notification settings

jousle/Remake-Core

 
 

Repository files navigation

languages code-size commit-activity license discord issues issues-closed-raw

Remake-Core

This repository is a combination of the class library which runs the game, as well as the game server and client libraries.

For additional information on the game server, view the readme in the Server directory.

Setup

  1. Install a C# IDE like Jetbrains Rider or Visual Studios Community 2019.

  2. Once you have installed an IDE, ensure that you have the .NET standard 2.0 framework.

  3. I'm sure if you're here this step is done but, you need to download Git to gain access to the code

  4. Fork this repository and get clone the repository.

Note: After cloning the repository you will have the master branch checked out. This is likely not the most recent version of the code. You will want to checkout a branch. Ask in our discord what branch is the most up to date.

  1. Using your IDE, open the project's .sln file. This will open the project within your IDE. Once open in the IDE, you are ready to go.

Using the Core Libraries

If using the Core dll class libraries, be sure to [View the API Documentation]documentation on the class library's API here to understand how to make use of the API to load a game and parse a game state.

About

Core repository that holds all game logic for both front end rendering and back end validation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.9%
  • Dockerfile 0.1%