Not A Game

Show off your games, demos and other (playable) creations.
User avatar
vrld
Party member
Posts: 917
Joined: Sun Apr 04, 2010 9:14 pm
Location: Germany
Contact:

Not A Game

Post by vrld »

This was laying around my hd for some while now. I always wanted to work on it further making it more of that thing originally intended. But I realized I probably never will, so I give you:

Not A Game
notagame-small.jpg
notagame-small.jpg (13.01 KiB) Viewed 6865 times
As the title says, it's not intended to be a game. It's up to you to decide what it is.

The code is somewhat messy. I don't understand most of it anymore. So be warned when you look at it.
Attachments
notagame.love
(32.9 KiB) Downloaded 743 times
I have come here to chew bubblegum and kick ass... and I'm all out of bubblegum.

hump | HC | SUIT | moonshine
User avatar
T-Bone
Inner party member
Posts: 1492
Joined: Thu Jun 09, 2011 9:03 am

Re: Not A Game

Post by T-Bone »

It was fun! However, it does not respond well at all to my Xbox 360 gamepad, which gives a -1 on the L-button when not pressed (which your game interprets as that I want to walk to the left). Only use the first axis. Could be a Linux issue of course, but still.
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: Not A Game

Post by Robin »

Nice. Very nice. The shadow-thingy is something I wanted to do for quite a while, but couldn't figure out how to do it well. I like the GlaDOS like commentary and I especially like the "ending". :)
Help us help you: attach a .love.
User avatar
kikito
Inner party member
Posts: 3153
Joined: Sat Oct 03, 2009 5:22 pm
Location: Madrid, Spain
Contact:

Re: Not A Game

Post by kikito »

Wee! I'm a hero!
When I write def I mean function.
User avatar
slime
Solid Snayke
Posts: 3132
Joined: Mon Aug 23, 2010 6:45 am
Location: Nova Scotia, Canada
Contact:

Re: Not A Game

Post by slime »

Nice to see your shadow stuff finally being used. :P
User avatar
sn0wex
Prole
Posts: 4
Joined: Sat Oct 01, 2011 10:44 pm

Re: Not A Game

Post by sn0wex »

very awesome :ultrashocked:
User avatar
Larsii30
Party member
Posts: 267
Joined: Sun Sep 11, 2011 9:36 am
Location: Germany

Re: Not A Game

Post by Larsii30 »

impressive o.O
LiquidDandruff
Prole
Posts: 18
Joined: Fri Dec 16, 2011 11:29 pm

Re: Not A Game

Post by LiquidDandruff »

very cool!

i was wondering how you made the glyphs though, what did you use to generate the vertices?
pahatma
Prole
Posts: 8
Joined: Wed May 04, 2011 3:54 pm

Re: Not A Game

Post by pahatma »

I liked it, a lot

very visually attractive
User avatar
vrld
Party member
Posts: 917
Joined: Sun Apr 04, 2010 9:14 pm
Location: Germany
Contact:

Re: Not A Game

Post by vrld »

LiquidDandruff wrote:i was wondering how you made the glyphs though, what did you use to generate the vertices?
I wrote a small script to create the glyphs. You draw lines by clicking and holding the left mouse button and accept a glyph with the right mouse button. 'c' clears the glyph vertices and 'd' deletes the last line. The glyph list is written to the terminal, e.g.:

Code: Select all

GLYPHS = {
	["A"] = { width = 0.455041, height = 1.000000, vertices = {0, 1, 0.26158038147139, 0, 0.26158038147139, 0, 0.43596730245232, 0.98637602179837, 0.002724795640327, 0.52861035422343, 0.4550408719346, 0.61852861035422} },
	["C"] = { width = 0.441261, height = 1.000000, vertices = {0.38395415472779, 0, 0, 0.48710601719198, 0, 0.48710601719198, 0.44126074498567, 1} },
	["B"] = { width = 0.615176, height = 1.000000, vertices = {0.08130081300813, 0.1029810298103, 0.073170731707317, 0.99728997289973, 0.021680216802168, 0, 0.53658536585366, 0.41463414634146, 0.53658536585366, 0.41463414634146, 0.056910569105691, 0.58807588075881, 0.056910569105691, 0.58807588075881, 0.61517615176152, 0.7940379403794, 0.61517615176152, 0.7940379403794, 0, 1} },
	["E"] = { width = 0.623529, height = 1.000000, vertices = {0.017647058823529, 0, 0.041176470588235, 0.93235294117647, 0.041176470588235, 0.93235294117647, 0.6, 1, 0, 0.52058823529412, 0.58529411764706, 0.51470588235294, 0.0058823529411765, 0.0058823529411765, 0.62352941176471, 0.020588235294118} },
}
Attachments
notagame-font-creator.love
(1.37 KiB) Downloaded 221 times
I have come here to chew bubblegum and kick ass... and I'm all out of bubblegum.

hump | HC | SUIT | moonshine
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest