a little game in progress

A forum where you can announce your awesome project(s).

Moderator: MaxCoderz Staff

necro
Calc King
Posts: 1619
Joined: Sat 26 Mar, 2005 2:45 am
Location: your shadow

a little game in progress

Post by necro »

This is well under way, and quite close to completion...it is a overhead scrolling puzzle game made with xlib and it features numerous items and enviromental stuff to interact with.

<<My current TODO list for it:>>
+finish the HUD
+DONE
+CANCLED
+map maker-In Progress
+credits, title screen, readme

<<Current list of all tiles and elements>>
+ grassy floor: walk on, no atributes
+ tiled floor: walk on, no atributes
+ plain floor: walk on, no atributes
+ filled hole: walk on, no atributes
+ pressed button: walk on, no atributes
+ large block: can push, will fall into holes, knows what tile it is on, can hide something under it, when pused into a hole it will fill it up, if would land on something other than a grassy/tiled/plain floor or hole it doesn't move and acts as a wall
+ small rock:can push, will fall into holes, knows what tile it is on, can hide something under it, if would land on something other than a grassy/tiled/plain floor or hole it doesn't move and acts as a wall
+ hole: acts as a wall, when a rock is pushed into it it will become a filled hole, will make destroy rocks pused into it
+ normal key: collect up to 9, opens gates
+ orb: CANCLED
+ unopened chest: CANCLED
+ opened chest: CANCLED
+ opened gate:walk on, no atributes
+ closed gate: open with a key
+ opened door:walk on, when switching will close
+ closed door:acts as wall, when switching will open
+ wall switch on: walk on, when switching will become off
+ one time wall switch on: will become a perma off wall witch when switched
+ infinite press wall switch on: will remain a infinte switch when hit
+off switch: acts as a wall, when switching will become on
+perma off switch: just acts as a wall
+brick wall: wall
+top of a wall: wall
+floor button: becomes a pused button, switches
+exit:wins a level, starts a nwe one
+teleporter: teleport you anywhere on the curent map
+rod: CANCLED
+gloves: CANCLED
+skeleton key: CANCLED
+wings: CANCLED

<<current levels>>
00:test
01:Square room
Last edited by necro on Wed 29 Mar, 2006 3:42 am, edited 6 times in total.
User avatar
Loki
Extreme Poster
Posts: 314
Joined: Thu 18 Aug, 2005 7:01 pm
Location: My world is in grayscale, but if i stand still long enough, i see it in black and white.
Contact:

Post by Loki »

Sounds cool. Got any ss's?
Image
necro
Calc King
Posts: 1619
Joined: Sat 26 Mar, 2005 2:45 am
Location: your shadow

Post by necro »

Kinda, but I will get good/more accurate ones soon.
User avatar
Loki
Extreme Poster
Posts: 314
Joined: Thu 18 Aug, 2005 7:01 pm
Location: My world is in grayscale, but if i stand still long enough, i see it in black and white.
Contact:

Post by Loki »

Groovy, cant wait to see. Sounds like a good game.
Image
katmaster
Sir Posts-A-Lot
Posts: 252
Joined: Tue 09 Aug, 2005 9:34 pm
Location: south of the north pole
Contact:

Post by katmaster »

Sounds fun. Isn't xLIB just AWESOME?!?!?!?!
cheese=yum
Image
necro
Calc King
Posts: 1619
Joined: Sat 26 Mar, 2005 2:45 am
Location: your shadow

Post by necro »

All I got to do is make levels now (XP ...on calc...) and I will have this done. Yay...I will have finished my first project ever...and Ive decided I am not going to bother making screens when this is so close to done. I am not looking for beta testers or level makers though, as I want to have only a hand full of names in the credits...and I already pretty much know the four people whom I'll send it to. And thats that I suppose. This is an old concept shot, it is not representational of speed or grapic quality as it curently exists, but...Image
T0RM3N7
Sir Posts-A-Lot
Posts: 230
Joined: Wed 26 Jan, 2005 5:51 pm
Location: on cloud 9
Contact:

Post by T0RM3N7 »

nice necro
that's alot like the pegs game in the puzzpack
but its got other things too
I like it!
girls=time*money
time=money
girls=money*money
money is the root of all evil
girls=(evil^1/2)*(evil^1/2)
girls=(evil^1/2)^2
girls=evil

Image
necro
Calc King
Posts: 1619
Joined: Sat 26 Mar, 2005 2:45 am
Location: your shadow

Post by necro »

its realy quite variable. You could, with these already made features, actualy make a lot of diffrent 'games' (level sets.) I also think I'll make a few other games of puzzle nature too...and a kirby game
User avatar
NanoWar
Extreme Poster
Posts: 365
Joined: Fri 17 Dec, 2004 6:39 pm
Location: #$&"%§!
Contact:

Post by NanoWar »

Puzzle games are cool. There will be some in our RevSoftApp aswell ;)
...Yay, <(^-^)> !!...
Revolution Software
necro
Calc King
Posts: 1619
Joined: Sat 26 Mar, 2005 2:45 am
Location: your shadow

Post by necro »

Well, ever game element is coded and because I am a lazy ass I am going to leave it pretty unoptimised... and I am making a map maker right now. That said, if some one could make an asm prgram to speed this up...

Code: Select all

For(D,1,H-1
For(E,1,W-1
[A](D,E->C
If C>=14 and C<=17
14(C=15)+15(C=14)+16(C=17)+17(C=16)->[A](D,E
End
End
cause its slow as hell
User avatar
kalan_vod
Calc King
Posts: 2932
Joined: Sat 18 Dec, 2004 6:46 am
Contact:

Post by kalan_vod »

necro wrote:

Code: Select all

For(D,1,H-1
For(E,1,W-1
[A](D,E->C
If C>=14 and C<=17
14(C=15)+15(C=14)+16(C=17)+17(C=16)->[A](D,E
End
End
Well I will not be able to make it in asm, but I can help optimize it a little.

Code: Select all

For(D,1,H-1
For(E,1,W-1
[A](D,E
If Ans>=14 and Ans<=17
14+(C=14)+2(C>15)+(C=16->[A](D,E
End
End
I know you didn't ask for this, and it isn't asm. But it would speed it up some what.
necro
Calc King
Posts: 1619
Joined: Sat 26 Mar, 2005 2:45 am
Location: your shadow

Post by necro »

tis still realy slow...that part of the program is not so frequently used...what the prob is is all of the times the program has to look into the matrix as it scans the map
threefingeredguy
Calc King
Posts: 2195
Joined: Sun 27 Mar, 2005 4:06 am
Location: sleeping
Contact:

Post by threefingeredguy »

kalan_vod wrote:

Code: Select all

For(D,1,H-1
For(E,1,W-1
[A](D,E
If Ans>=14 and Ans<=17
14+(C=14)+2(C>15)+(C=16->[A](D,E
End
End
.
Um, that won't work. C wasn't defined.
Image
User avatar
kalan_vod
Calc King
Posts: 2932
Joined: Sat 18 Dec, 2004 6:46 am
Contact:

Post by kalan_vod »

threefingeredguy wrote:
kalan_vod wrote:

Code: Select all

For(D,1,H-1
For(E,1,W-1
[A](D,E
If Ans>=14 and Ans<=17
14+(C=14)+2(C>15)+(C=16->[A](D,E
End
End
.
Um, that won't work. C wasn't defined.
I forgot to change C to Ans...

Code: Select all

For(D,1,H-1
For(E,1,W-1
[A](D,E
If Ans>=14 and Ans<=17
14+(Ans=14)+2(Ans>15)+(Ans=16->[A](D,E
End
End
KevinJB
Calc Wizard
Posts: 501
Joined: Sat 28 May, 2005 5:34 am
Location: Chesapeake, Virginia
Contact:

Post by KevinJB »

There will be some in our ------- aswell
Uh, isn't that supposed to be secret?
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
KevinJB | RevSoft
Post Reply