README 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. ========================================================================
  2. \ /\
  3. \ / \
  4. /\ \ /\ |\ / / \ /\ |\ /
  5. | \ | / \ | \ / | / \ | \ /
  6. | \ | | | | | |__ | | | | / |__
  7. \ \/ | | | | | \ / | | |/ |
  8. \ \ / | / \ \ / \ / |\ \
  9. \ \/ |/ \ \/ \/ | \ \
  10. ========================================================================
  11. NodeCore - An original, immersive puzzle/adventure game for Minetest
  12. ------------------------------------------------------------------------
  13. NodeCore is a major reconstruction of survival gameplay from the ground
  14. up. Relearn much of what you thought you knew about Minetest!
  15. Features:
  16. - Immersive gameplay. Zero in-game pop-up GUIs. Minimal HUDs.
  17. All interactions take place in continuous first-person perspective.
  18. Nothing gets between you and the game world.
  19. - Nearly everything is on the grid. Item stacks settle onto the grid
  20. and persist. Complex machines (e.g. furnaces, storage) are built
  21. in-world and can be designed, customized, optimized.
  22. - In-world crafting. Assemble more complex recipes directly on the grid
  23. or in-place. Learn how to "pummel" nodes to hammer things together
  24. or break things apart.
  25. - Built-in player guide and hint system provides low-spoiler guidance.
  26. - Rich and subtle interactions. Some materials dig and transform in
  27. stages. Some materials slump into repose when stacked high. Some
  28. things transform if conditions are met, but transform faster based
  29. on environment. Experiment and see what effects what!
  30. - Build complex in-game systems. Design your own furnace. Construct
  31. digital logic circuits. Build gears and rotary machinery. Assemble
  32. portable storage containers.
  33. - Eggcorns!
  34. ------------------------------------------------------------------------
  35. NodeCore is (C)2018-2020 by Aaron Suen <warr1024@gmail.com>
  36. MIT License (http://www.opensource.org/licenses/MIT)
  37. See included LICENSE file for full details and credits
  38. Minetest ContentDB Listing:
  39. https://content.minetest.net/packages/Warr1024/nodecore/
  40. GitLab:
  41. https://gitlab.com/sztest/nodecore
  42. Discord:
  43. https://discord.gg/NNYeF6f
  44. IRC:
  45. #nodecore on chat.freenode.net
  46. (bridged to Discord)
  47. ------------------------------------------------------------------------
  48. ========================================================================