Beyley / Refresh

A work-in-progress second-generation custom server for LittleBigPlanet that focuses on code quality and reliability.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refresh

A work-in-progress second-generation custom server for LittleBigPlanet that focuses on code quality and reliability.

icon

Building and running

Warning: Refresh is a heavy work-in-progress. Expect things to break, things to be deleted, and these instructions to change at any time.

Windows

  1. Install Git for Windows
  2. Install .NET 7 SDK
  3. Open up a command prompt (win+R, type cmd, hit enter)
  4. $ git clone https://github.com/LittleBigRefresh/Refresh.git
  5. $ cd Refresh
  6. $ dotnet run -c Release --project Refresh.GameServer/

Linux/macOS

  1. $ git clone https://github.com/LittleBigRefresh/Refresh.git
  2. $ cd Refresh
  3. $ dotnet run -c Release --project Refresh.GameServer/

Made with ❤️ for the LittleBigPlanet community

About

A work-in-progress second-generation custom server for LittleBigPlanet that focuses on code quality and reliability.

License:GNU Affero General Public License v3.0


Languages

Language:C# 100.0%