The game

Not Alone

A horror game. Make your way out of the large room. There are other things in the room with you.

Awards


Zip Bomb
Presented by assertivist

The "Leave The Light On Tonight" Award
Presented by raubana

Give this entry an award

Scores

Ratings (show detail)

Overall: 3.0
Fun: 2.8
Production: 2.8
Innovation: 3.5

7% respondents marked the game as not working.
Respondents: 13

Files

File Uploader Date
notalonefinal.zipfinal
Not Alone final
faircall 2014/10/11 23:06
notalonescreen.png
The game
faircall 2014/10/11 22:01

Diary Entries

The Idea

I was hoping this would be the theme. I'm not a good programmer so this constraint is something that fits nicely within my skill set (famous last words, no doubt). My band had a show on today so I wasn't able to get started until late afternoon. I started by thinking a point and click game would be cool to try. I haven't made a game with mouse controls before. I spent a little while getting the basic screen up and getting something to move to where the mouse was clicked. At this stage I was drawing a circle on a white screen. Ideas weren't really coming in that fast. I had considered the idea of "there's something outside" like a serial killer, zombie, whatever, but it seemed a bit overdone. I switched the colors up so I was drawing a white circle onto a black background, and all of a sudden it looked like a light passing across darkness. I like the aesthetic- one of my aims for this week was to keep graphics super simple. I then figured out a cool trick of drawing black objects across the white circle, and it looks like a shadowy outline. So the idea that came to me is this. The game takes place in pitch black darkness, in a fairly large room. You control an avatar with the keyboard- a small, weak figure. There's a small flashlight you can turn on which you'll need in order to see where you're located- within a tiny radius. In addition, the mouse controls a huge spotlight that moves (slowly) around. This can also be switched off. You have to get to an exit that you don't initially know the location of. Within the room are cosmic horrors of two types. One large, immobile type which will kill you if you step close enough. Another small, dormant one that will go into a rage if a light is on it for too long.

Add a comment

Submitted

Whoa. So I didn't work on the game as much during the week as I thought I'd be able to. I've been rather sick. As of yesterday morning I had an editor and some of the basic game logic implemented, but the game was still really just a silent prototype. After dinner I came back and had the urge to try and push it across the line. So I pulled an all nighter (it's now 8.03 am in Australia) and put in the sounds, the damage, tweaked things heaps after playing it for a while, made a bunch of maps and got the GPL license stuff in order (I think!). It's still a very simple game, and I've definitely got to work on becoming a better programmer (most of the game takes place in the main loop!) but I'm happy enough with how it has turned out. I had a simple idea to begin with and didn't have to cut anything out, really. This is probably only the third game I've made with PyGame so I didn't want to get too ambitious. I think I'm happiest with the audio overall. A warning- maybe don't play this with the speakers turned all the way up. Anyway, I might sleep for a few hours then start playing through other peoples games! There seem to be some awesome ones.

Add a comment

Final Fix

Was falling asleep when I realised I hadn't put movement boundaries on the player character. Fixed that! Enjoy.

Add a comment