Skip to content

blocktest-game/Blocktest-MonoGame

Repository files navigation

blocktest

Discord GitHub GitHub last commit Average time to resolve an issue

forthebadge forthebadge

A currently highly indev project aiming to give the experience of games like Terraria and Starbound whilst being open-source and community-driven. Further information can be found in the blocktest HackMD account.

current_screenshot A screenshot (taken Mar. 17th, 2021 of the Unity version) displaying the features which are already functional, most importantly the building system.

Downloading the game

Find the latest releases here. All you need to do is download the correct file for your system, unzip the file, and run the executable.

Running the game

Blocktest will run in local mode by default. To connect to a server, it must be run with the arguments "connect <ip>". For localhost this is "connect localhost".

Contributing

  1. Follow MonoGame's getting started guide
  2. Fork this repository
  3. Clone your fork with git
  4. Open solution file (Blocktest.sln) in Visual Studio
  5. Edit the code
  6. Commit and push all the changes you want with git
  7. Make a pull request!

Compiling after making change to shared folder

After making a change to the shared project, you may need to use the "dotnet clean" and "dotnet build" commands on the shared project to make the changes appear in your dev environment.

Reporting issues

To report an issue, please fill out a bug report here so that developers can quickly respond to the bug.