Skip to content
#

survival

A subgenre of action video games set in a hostile, intense, open-world environment, where players generally begin with minimal equipment and are required to collect resources, craft tools, weapons, and shelter, and survive as long as possible.

Here are 230 public repositories matching this topic...

Slimefun4
variananora
variananora commented Jan 9, 2022

Checklist

  • I am using the official english version of Slimefun and did not modify the jar.
  • I am using an up to date "DEV" (not "RC") version of Slimefun.
  • I am aware that issues related to Slimefun addons need to be reported on their bug trackers and not here.
  • I searched for similar open issues and could not find an existing bug report on this.

📍 Description

With

🐞 Bug Report good first issue 🎯 Needs testing
JordanLeich
JordanLeich commented May 13, 2021
  1. Continue chapter 2 of the game.
  2. Add a new weapon that can only be unlocked when the player reaches max level.
  3. Python files will often contain "TODO" with a message after it explaining what needs to be worked on. This is useful for finding what else needs to be worked on if it is not already included here on GitHub.
  4. Any suggestions or improvements to the game would be great! Make a
enhancement help wanted good first issue
Venom0us
Venom0us commented Dec 30, 2020

Since this is an ASCII game, it would also be nice to have an optional graphic font selectable for people who prefer a more graphic game.
It is possible to upload our own image file and use this as font, which can be done like so:

int tileWidth = 16;
int tileHeight = 16;

// Load texture 2d from file based on image
var fontMaster = new FontMaster(Texture2D.FromFile(SadConsole.Game.Ins