Go to file
BuckarooBanzay 059dee85f6 periodic score add block 2020-03-05 12:53:39 +01:00
.github/workflows initial draft 2020-03-05 07:48:11 +01:00
forms highscore table 2020-03-05 11:30:39 +01:00
textures initial draft 2020-03-05 07:48:11 +01:00
.luacheckrc periodic score add block 2020-03-05 12:53:39 +01:00
add_score.lua fix set_string/set_int mixup 2020-03-05 11:44:40 +01:00
highscore.lua add form stubs 2020-03-05 09:41:29 +01:00
highscore_save.lua highscore save block 2020-03-05 11:36:22 +01:00
init.lua periodic score add block 2020-03-05 12:53:39 +01:00
items.lua initial draft 2020-03-05 07:48:11 +01:00
periodic_add.lua periodic score add block 2020-03-05 12:53:39 +01:00
persistence.lua add missing mkdir 2020-03-05 11:18:28 +01:00
readme.md highscore save block 2020-03-05 11:36:22 +01:00
set_score.lua fix set_string/set_int mixup 2020-03-05 11:44:40 +01:00

readme.md

epic_score -- Score plugin for the epic mod

A mod for minetest

Overview

State: WIP

TODO

  • score add block (epic-block)

    • adds a score-count to the player metadata epic_score
  • score set block (epic-block)

    • sets the score-count to a fixed value
  • save score clock (epic-block)

    • Saves the current score to a topic
  • highscore block (standalone-block)

    • show highscore of a quest/topic
    • clear highscore button for admins
    • json-export to epic_score/<topic>
  • score items (coins)

    • add to score if collected (mechanism?)
  • time bonus/penalty

    • de- or increases points every n seconds
  • hud integration

Licenses

Code

  • MIT

Assets