Howllo and Welcome! This is my entry for the game jam Gain Jam 2024 hosted by WeightGaming.com. This is a sandbox style game where you can craft, build, and discover secrets throughout this tiny world. Solve puzzles to learn spells, grow and cook your own crops, chop and mine resources for crafts, pickpocket unwary townsfolk, inflate with a bike pump, swallow a ball, and just a bit more with over 40 commands to try out! Use HELP to see some commands you can do, but know that not every one is listed so try to get creative!

Controls:
[WASD] Movement
[Enter] Open/Close the Command Menu
Otherwise you can create Keybinds to make your own controls via commands

Important commands:
KEYBIND <key> <command>: Used to bind keys with commands for faster play
<command> AND <command>: Used to chain commands, order is left -> right when executed
HELP <command>: Gives details about a command
TUTORIAL: Shows the tutorial page that introduces you to some of the game's concepts and logic
<command> ME: Targets yourself
<command> NOTME: Targets someone else
SAVE <name>: Saves your current world
LOAD <name>: Loads an old world
WORLDS: Lists all the worlds you have

There are synonyms and some unlisted commands. If it is a valid command then HELP should generally be able to pick it up.

If you wish for updates about this or any of my other games, join me over on the [Discord Server: Expandyssey]

NOTE: The Web version does not work well with the type of collision system I had set up, so only the Downloadable version has the shrink spell work as intended!

KNOWN BUG: Inventories may say an NPC is in it after a load but the NPCs and game may not recognize it as such.

Updated 2 days ago
Published 24 days ago
StatusIn development
PlatformsWindows, HTML5
Rating
Rated 1.0 out of 5 stars
(2 total ratings)
AuthorJames "Kanto" Burton
GenreSimulation
Made withGameMaker
Tags2D, Open World, Pixel Art, Sandbox, Singleplayer, Text based, Top-Down
Average sessionAbout a half-hour
LanguagesEnglish
InputsKeyboard, Mouse

Download

Download NowName your own price

Click download now to get access to the following files:

GainJam2024_Final_WIN.zip 4.6 MB

Comments

Log in with itch.io to leave a comment.

(+2)

fetish tutorial command dosen't wor

Oooh nooo... Looking at the code I messed up on checking which parsed string to compare for the page entry TxT Thank you for letting me know!

(+1)

No worries

(+1)

Well I can't figure out how to take anything from a chest, and I don't know how to cast anything. I found a spellpage, but I'm guessing I need all of them to cast anything?

`Takeout` is the command your looking for to take an item out of a chest (if your facing it) or your inventory.

Spell pages are puzzles, you can `examine` or `read` a page to see what it says and to try solving it. You'll know if it's right when you try `cast [spell name] [target]` with target being optional for some spells. Note: Most spell names will "look" like normal words but will not.

Helpful Tip: Spell pages are not the only source for spell names ;3

(+1)

Thanks for that. Still unsure about a lot of things here, like most crafting or building items, but that's something at least. Some of these puzzles are too much for me, like spell page D, the list of elements in that one house, etc. Also, I got a message saying "What would Steve do" at one point, and I'm not sure which Steve you meant. Doesn't seem like Minecraft Steve, since I couldn't do any mining or crafting over there, so...

The pickaxe just references MC Steve yes, and to mine stone you need to stand on a cave floor with the Pickaxe and `use` it. I probably could of written a tutorial on how the pickaxe functioned 😅
Hint: Spell page D's spell is 9 letters long. :3

(+1)

so i think i figured out a puzzle or something with 188, i added and subtracted the atomic numbers for the elements and got 188. i have no clue where to use it but i guess i solved the "puzzle

This puzzle is trickier, but you don't need the atomic numbers 😉

(+2)

not sure if it is my pc or not but whenever I vore something the game goes black 

Thank you, I broke something when adding the digestion system. I also caught another bug with the vore system so thankies :3

👍

You can create a cell phone control 

(+1)

how do you use the bike pump? i gave it to an npc and asked it to but it doesn't work

Asked it to what? Anyways you can use the "use on/useon" command to use an item, then name a target. "me" refers to yourself, and "notme" refers to closest NPC, you can use the "help <command>" for additional details of a command and use "variant <command>" to see all synonyms of a command.

I'd like to know how you were trying to go about using it/playing it as I'd like to try getting the syntax to fit how most players may play :3

(+1)

I tried using it while holding it and it said "you cannot use this alone" so I tried giving Tyler the pump and asking him to use it on me. He just didn't know

Ah, the fault would be of my own since that was vague enough to provide that idea. I should both update that fail response while also adding more NPC + Player interactions like that. I thank you for your feedback as I think I can make the game much more fun now :D