FightCraft Hardcore

jmnevil54
30 May 2021, 19:51

I would like people to play-test my game please!
This is Minecraft Hardcore, the text adventure.
You are one of the last surviving people. You can fight and you can craft! Discover the secrets this world holds!
Rated PG or 10+ for fighting and zombies.
Game Link: https://textadventures.co.uk/games/view/kn5lvk1qqkef8rsarzuwbw/fightcraft-hardcore


jmnevil54
01 Jun 2021, 18:49

I made a few changes:

  1. Added Torch
  2. Added clock
  3. Added and removed verbs
  4. Removed glitches
  5. Made the game slightly easier so there's fewer Insta kills.

Game link: https://textadventures.co.uk/games/view/kn5lvk1qqkef8rsarzuwbw/fightcraft-hardcore


jmnevil54
02 Jun 2021, 21:13

I made a few more changes:

  1. Skeletons have increased attack power!
  2. Improved monster spawning code.

This is the spawning code I have now.

roll = GetRandomInt(1,100)
if (game.witchday = true) {
  if (game.hour >= 0 and game.hour < 8) {
    firsttime {
      if (roll > 0 and roll < 6) {
        SpawnWitch (player.parent)
      }
    }
  }
  if (game.hour > 22 and game.hour < 25) {
    firsttime {
      if (roll > 0 and roll < 6) {
        SpawnWitch (player.parent)
      }
    }
  }
}
else {
  if (game.hour >= 0 and game.hour < 8) {
    if (roll > 5 and roll < 56) {
      firsttime {
        SpawnZombie (player.parent)
      }
    }
    else if (roll > 55 and roll < 81) {
      firsttime {
        SpawnSkeleton (player.parent)
      }
    }
    else if (roll > 80 and roll < 91) {
      firsttime {
        SpawnSpider (player.parent)
      }
    }
  }
  if (game.hour > 22 and game.hour < 25) {
    if (roll > 5 and roll < 56) {
      firsttime {
        SpawnZombie (player.parent)
      }
    }
    else if (roll > 55 and roll < 81) {
      firsttime {
        SpawnSkeleton (player.parent)
      }
    }
    else if (roll > 80 and roll < 91) {
      firsttime {
        SpawnSpider (player.parent)
      }
    }
  }
}

Game link: https://textadventures.co.uk/games/view/kn5lvk1qqkef8rsarzuwbw/fightcraft-hardcore


Richard Headkid
02 Jun 2021, 21:19

I checked this out for a few minutes. It seems like people who enjoy Minecraft would approve.


jmnevil54
02 Jun 2021, 21:53

Thank you! :)


jmnevil54
04 Jun 2021, 21:10

Here are a few changes:

  1. Spider has new jump attack.
  2. Updated the WeaponUpdate function, so hopefully there are fewer glitches with using weapons such as the bow.
  3. Added the Witch timer. Witches don't appear until after day 1 ( after 1800 seconds).
  4. Changed the starting time from 0 to 7.

Game link: https://textadventures.co.uk/games/view/kn5lvk1qqkef8rsarzuwbw/fightcraft-hardcore


jmnevil54
17 Jun 2021, 00:29

I made the following changes:

  1. Changed the starting time to 20.
  2. Created the fishing rod crafting recipe.
  3. Perfected trading with a farmer.
  4. Added gold armour to the zombies.
  5. Added more monsters.
  6. Added more locations.
  7. The player now starts with bread.

Game link: https://textadventures.co.uk/games/view/kn5lvk1qqkef8rsarzuwbw/fightcraft-hardcore


jmnevil54
24 Jun 2021, 03:46

I added the following objects:

  1. Iron Sword
  2. Gold Sword
  3. Iron Axe
  4. Gold Axe
  5. Spell Books
  6. Golden Apple
  7. Tripwire Hook
  8. Crossbow

I also set the time back to 7:00.
Game link here. http://textadventures.co.uk/games/view/kn5lvk1qqkef8rsarzuwbw/fightcraft-hardcore


System Masters
24 Jun 2021, 07:22

Really intriguing!

I LOVE playing these experimental games which push the boundaries of Quest's original design plan.


jmnevil54
24 Jun 2021, 10:23

Thank you! :)