Skip to content

Chillu1/RoguelikeEcsBachelor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RoguelikeEcsBachelor

This repository contains builds of the game and the source code.

Builds

Local builds of the game are in the Builds directory, split by platform.

To run the standalone builds, simply run the windows, or linux executable.

To run the WebGL build locally, a simple http server is needed. With commands like:

"http-server -p 8000"

or

"python -m http.server"

Source Code

All ECS logic is inside of Source/Assets/Scripts/Core/Ecs directory. The rest of the scripts, like benchmark scripts and non-ECS scripts are in the Source/Assets/Scripts/ directory.

Online Builds

Online builds of the game are available at:

Unity Project

To open the Unity project of the game:

  • Install Unity Hub from https://unity.com/download.
  • Install the Unity version 2021.3.16f1 from the Unity Hub.
  • Inside the Unity Hub click "Open", and then select the "Source" folder inside the repository.
  • Open the project in Unity Hub.
  • To start a game, select a "MainMenu" scene in /Assets/Scenes in project tab (bottom left corner) in Unity Editor. Then click the start symbol above the scene window.

The game was build in Unity 2021.3.16f1, and should be build on that version as well

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published