[SHIFTED] by Ampera

[raw]
made by Ampera for LD35 (JAM)
[SHIFTED] is a psychedelic text adventure. It is built on the engine used for my previous game Regrowth Of Layeon

Credit goes to me for the code and Bear for pretty much all of the graphic work.

Now a few warnings.
Only the North and South hallways are done, and South isn't tested yet. Help is in some places incomplete or wrong. I count these as bugs and will be fixed when I have the stamina for it. Right now I am out of steam and I just want to submit the work.

Bear helped a lot with this and came up with a few ideas. He designed the look of all the graphic material and he has my thanks and credit for doing so. His social media handle is in the game under game info.

Any bugs please contact me @TwoOfFive_ and I will fix them. This will be continued and for that follow me or bear for info.

I intended to have save files, but I wasn't able to get it to work. So you have the option of four premade characters with predetermined names, genders, and clothes.

This engine is soon to be released under the name JavaAdventureEngine, so if you like how this looks it will be available for use free under licence.

This was made 100% from scratch in java. However not all of the code was made during the competition, which I want to count as an engine.

I removed theme voting because the idea was a game that changes into a crazy world, we really couldn't incorporate much into the theme.

Anyways I hope you have fun and laugh at a few jokes. There are one or two secrets in the game. To win so far you need to get the Pink and Blue keys.
The idea is that you would get 6 keys and move onto a final level, but I wasn't able to do it in this time and energy frame.

Thank you for playing, I have released more of a game then last time and I hope with the many improvements to the engine next time I will be able to make a full game.

This game is tested to a decent extent on Windows 8 and 7. You NEEEEEED the Java runtimes version 7 or 8 in order to run this. It should run on OSX, Linux, and anything else that runs the full desktop version of Java.

If there are compatibility issues in OSX or Linux I will test for and fix them.

Ratings

Coolness 26% 1934
Overall(Jam) 2.56 1093
Fun(Jam) 2.47 1002
Graphics(Jam) 1.87 1074
Innovation(Jam) 2.22 1055
Mood(Jam) 2.56 901

Feedback

theOnlyGoodDrcz
18. Apr 2016 路 23:29 UTC
I like the mood, and like text adventures; go to level 3 with 1590 and then after I go south there's nothing I can do... The engine seems buggy (running on java7, debian) -- some descriptions are too long, and not wrapped. As of controls, I see two possibilities: either display all the possible commands (so that I don't need to write "help" every time), or use some synonyms like (walk|go to|go) (pick|pick up|take) etc. Ofc this might take a lot of times, so you should have these prepared in your codebase. Anyway props for text adventure, and kudos for writing your engine. This is really hard (I work at nlp startup). Perhaps take a look at ifocom's ZIL engine to look for inspiration. I really got hooked, only the technical issues put me off. Good luck!
theOnlyGoodDrcz
18. Apr 2016 路 23:31 UTC
PS "some descriptions are too long" -- I mean, they don't fit the screen, not that the prose is too abundant :)
eeely
19. Apr 2016 路 00:58 UTC
hi I made sprites for this!
馃帳 Ampera
19. Apr 2016 路 01:38 UTC
The descriptions too long are a mistake on my part and a day or so I will fix them.
The way the engine works there is a stage counter and a series of if statements. If the stage is a certain number and if the given command matches one on the stage, code is run and something is returned.

The shortness of the game is something to be fixed in a new version. I unfortunately as I said didn't have the energy to make much more. The levels were intended to be longer, but they were made on day 3 and I was exausted.

Still I am happy you like the game and I hope to fix whatever issues there are.

If you have specific things breaking in debian let me know. I have yet to test it on Linux Mint which should be close enough. Also I need to test it on OSX aswell.

Thank you for checking it out.
MrMegawatts
19. Apr 2016 路 11:37 UTC
good game but you need new graphics ;D
馃帳 Ampera
19. Apr 2016 路 12:28 UTC
All the graphics are brand new.
starpixie
20. Apr 2016 路 03:37 UTC
An attempt at an old-school adventure game, while a good beginning, the commands were a little bit inconsistent and confusing at times.

A few of the rooms where you simply die/lose as soon as you enter, is a bit discouraging. Could also use descriptive text when entering an area with more directions and hints with which commands might be applicable.

Typing help was a shortcut to valid action, which eliminates some of the old school discovery.
zaywolfe
20. Apr 2016 路 03:48 UTC
Pretty fun, but I thought the commands were too limited. I found myself in a featureless hallway and unable to keep moving through it. Go west, south, east, north don't work.
Croze
20. Apr 2016 路 04:27 UTC
I just kept gaining 4 exp and it never actually added me up or leveled me up, got to the mens bathroom and got sick of typing "help" every single command. Maybe add a little option box to the side that lists commands or make them more uniform, obvious, and varying. I like the idea, don't know what it has to do with the theme.
EdoCreate
20. Apr 2016 路 10:55 UTC
Good job, but short and descriprion...
keyboardmonkey
21. Apr 2016 路 17:36 UTC
You are brave to write your own parser during a game jam, so good effort on that part. It is nice to see some text adventures popping up in LD, even if it felt a bit incomplete, good effort :)
馃帳 Ampera
22. Apr 2016 路 02:48 UTC
The parser was the easiest thing in the entire engine, but this is based on the Regrowth of Layeon engine.
Joozey
22. Apr 2016 路 20:53 UTC
Sadly, the text runs out of the window on a single line. Can't really play like this. I use Linux.

Text adventures can be fun, but there wasn't much of a story here and there were a lot of options after exiting the first room. Bit overwhelming and discouraging.
馃帳 Ampera
23. Apr 2016 路 01:43 UTC
This seems to be a problem with the way Linux renders text. This can be fixed, but I won't for the moment. Best stick to windows if possible.
Daukan
27. Apr 2016 路 10:45 UTC
For a text based game I liked the design of the interface. I guess that I'm not that good at figuring out these mechanics so I didn't make it far and gave up. Maybe som more initial instructions to get the player going would help.
rodobodolfo
28. Apr 2016 路 00:42 UTC
nice to see a text adventure! Some ideas that I missed and could keep the gamplay fluid: abreviations for common actions (l)ook (ex)amine (N)orth etc. Up key to repeat last command. A minimap maybe...On the other hand, some descriptions appeaar trimmed, and in ubuntu the window cant be maximized. Having say that I really enjoyed it!
馃帳 Ampera
29. Apr 2016 路 06:13 UTC
The windows are static due to Java being a pain in the ass to program windows for. It's either have REALLY stupid layout managers, or make it absolute positioned. I prefer the second option as it's easier, and allows me to animate and render graphics easier.
Brightstar
07. May 2016 路 02:37 UTC
I drowned in the Men's room. Cool game.
LukeZaz
07. May 2016 路 04:31 UTC
Cool idea. I always like a good text adventure, and though it was a little confusing for a while as to what I could and could not do, it was still quite enjoyable!
馃帳 Ampera
07. May 2016 路 06:11 UTC
Text adventures tend to have confusing controls as stupid as that sounds.

I try to put in decent help so that it's not impossible to give commands, but sometimes the joy is just trying it.

Next time I am definitely doing something other then a text adventure.