Go to file
benrob0329 aeec20e592 Showroom: Add Inner Walls 2020-01-31 00:16:44 -05:00
menu Currently Broken, but making progress. 2019-05-20 19:25:44 -04:00
mods Showroom: Add Inner Walls 2020-01-31 00:16:44 -05:00
.gitignore Redo Warehouse Light Models and Textures 2019-11-10 22:16:06 -05:00
.lua-format Tweaks, Update .lua-format 2020-01-21 17:53:04 -05:00
.luacheckrc Tweaks, Update .lua-format 2020-01-21 17:53:04 -05:00
CONTRIBUTING.md Spaces -> Tabs 2019-12-11 15:49:20 -05:00
LICENSE Add LICENSE 2019-05-21 18:02:20 +00:00
NOTICE Fix Spelling 2020-01-17 01:26:38 -05:00
README.md Fix Spelling 2020-01-17 01:26:38 -05:00
format.sh Add util mod, move and rename some functions 2019-12-12 13:39:40 -05:00
game.conf Make singlenode The Only Mapgen 2019-11-14 23:44:49 -05:00
minetest.conf Newlines 2019-12-12 12:34:06 -05:00
palette.png Add palette as image 2020-01-12 20:53:38 -05:00
screenshot.png Update README.md, NOTICE, and add screenshot.png 2019-11-29 19:15:55 -05:00

README.md

screenshot

The Infinite IKEA is a survival horror game for the Minetest game engine based on SCP-3008. The goal of this project is to make a fun and interesting game that retains the open-source nature of the SCP Wiki itself.

Contributing

If you would like to contribute to the project, take a look at:

Licensing

All code is licensed under an Apache 2.0 license unless otherwise noted.

All media (anything not code) is licensed under a Creative Commons Attribution 4.0 International License unless otherwise noted

Modules

  • ikea: "Back-End" sort of stuff, things like mapgen and nodes required absolutely everywhere by everything.

    • api: Only section of the whole game that touches the ikea.* namespace. Defines all global functions and tables inside the game's API.
  • ikea_chairs: Defines all chair nodes.

  • ikea_warehouse: Warehouse department. Nodes, schematics, mapgen rules.

  • ikea_showroom: Showroom department. Nodes, schematics, mapgen rules.

  • ikea_staff: Items, Entities, and nodes pertaining to "The Staff".

  • music: Generic music mod and API with game-specific tracks and implementation.

  • player: Player API and hand "tool".

  • util: Generic helper functions.