Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => TI Z80 => Topic started by: Speler on October 21, 2006, 05:06:00 am

Title: The Game
Post by: Speler on October 21, 2006, 05:06:00 am
'The Game' is a phisics based game I've been working on for the past few months.  It has interesting gameplay which I have been told by several people is similar to N (which I have never played).  I hope to have a demo available withen in the month IF schoolwork dies down a little (we can be hopefull...)  But don't hold your breath.

Here is the engine that is currently released (v1.06), the version I am working on now has animated water, switches, keys/doors and eventually an enemy with AI:

Pxl-Change(int(D),int(A
While 1
Pxl-Test(int(D)+1,int(A->G
Pxl-Test(int(D)-1,int(A->I
Pxl-Test(int(D),1+int(A->J
Pxl-Test(int(D),int(A)-1->L
Pxl-Test(int(D),int(A->M
getkey->K
If J+L and not(G
Then
If ans
2->H
(B>-1 and B<0)-(B>0 and B<1->B
End
.95Hnot(K=34 or G->H
If Gnot(I)(K=25
2->H
int(A->C
int(D->F
max(-54125+1,min(1,B+(.5+not(m))((K=26 and not(J))-(K=24 and not(L->B
Ans+A->A
D-G+1-H+Inot(G->D
.95B-BG/4->B
Pxl-Change(iPart(D),iPart(A
Pxl-Change(F,C
End

Just draw a level as a screen set variables D and A to the coordinates you would like (also H B and D to zero) and try it out.

The levels are going to be stored to archived lists (you'll see...) and display of the entire screen currently takes only a few seconds.

The original topic can be found here:  http://www.unitedti.org/index.php?showtopic=5213

Have fun!
Title: The Game
Post by: DJ Omnimaga on October 21, 2006, 06:00:00 am
I'll try this code asap on calc, if i get time to all copy it by hand x.x this sound neat, will you have some screenshots soon?
Title: The Game
Post by: Speler on October 21, 2006, 06:53:00 am
This game with look hideous with normal screenshots and until I get a chance to make an animated one no.  Sorry about that... if you want I'll upload the above code though for people to download.  It would make it a little easier, but right now I'm concentrating on the enemies and AI, which is time consuming to say the least.
Title: The Game
Post by: DJ Omnimaga on October 21, 2006, 02:48:00 pm
yeah it must be especially when trying to keep reasonable speed in pure TI-BASIC, if you post the 8xp version of the code above I may be able to make a screenshot for you (animated)
Title: The Game
Post by: bfr on October 26, 2006, 12:01:00 pm
Looks cool :)smile.gif.  I like that it's physics-based.  I like any excuse to indirectly incorperate mathematics and science into my programs (with "indirectly" meaning not making a physics equation solver or something like that, but using physics to determine the some important factor in a game).  
Title: The Game
Post by: Halifax on October 26, 2006, 01:34:00 pm
Yea I understand what you mean bfr and cool Super_Speler I hope you get I demo out this weekend cause I want to try this game out
Title: The Game
Post by: DJ Omnimaga on October 27, 2006, 01:23:00 am
yeah theres alerady the demo on first post but I,m waiting 8xp download instead of pasting the entire source manually x.x
Title: The Game
Post by: Speler on November 02, 2006, 03:31:00 pm
I'm currently re-writing a large section of the level display code so that it will support a larger veriety of in game effects, such as falling roofs and rising floors and switches that will do more then display a new map.
Title: The Game
Post by: Halifax on November 03, 2006, 12:17:00 am
That sounds sweet so you would easily be able to make a map with rising floors and switches?? or will you have to hardcode it without a map editor?
Title: The Game
Post by: Speler on November 03, 2006, 10:40:00 am
Basically you would store a couple numbers to a list and run the program, eventually I'll make a true level editor that does it for you though.
Title: The Game
Post by: DJ Omnimaga on November 09, 2006, 02:03:00 pm
Screenies!
Title: The Game
Post by: Speler on November 12, 2006, 05:39:00 am
I have been having a large ammount of trouble with my calc lately.  First it's been crashing ALOT lately.  Not a problem since I soon learned to group after every minor change.  Now it won't turn on, but once it does there will be some screenies :)smile.gif.  I'm very optimistic about it turning on.

On a side note (assuming I can recover what was in archive when my calc will turn on) this will be in a demo (Anything with a + is done):

+Animated water.
+Stuff that blows up and kills you.
+Basic engine.
+Rising ground and falling roof.
-Switches.
-10 levels.
-Menu's.
-Information on how to create your own levels, this is the first Pure Basic game (that I know of) that will not only allow the user to make there own levels, but allow them to make as many as they want without hardcoding (no knoledge of TI-Basic necicary)).

Expect my first release some time this week by the way as I will demonstrate the first EVER case of grayscale (very limited grayscale...) in pure basic.
Title: The Game
Post by: DJ Omnimaga on November 12, 2006, 06:32:00 am
too bad about your clc :(sad.gif did u tried ON+DEL while removing battery or ON+CLEAR+mem clear?
Title: The Game
Post by: Radical Pi on November 12, 2006, 07:20:00 am
Try seeing if its the contrast? :Ptongue.gif

w00t @ demo coming soon!
Title: The Game
Post by: Speler on November 12, 2006, 02:44:00 pm
It started working again, and nothing was lost.  I wrote alot of the menu system today and I'm coming up to the part I've been lazy about... the level detector...
Title: The Game
Post by: DJ Omnimaga on November 13, 2006, 05:21:00 am
good to hear, it always sucks when your calc die or crash with all your programs on it
Title: The Game
Post by: Speler on November 13, 2006, 09:18:00 am
It now detects levels, and when there are know levels detected it gives the option of reinstalling the main ones.
Title: The Game
Post by: DJ Omnimaga on November 14, 2006, 03:35:00 am
how does it works? sry if i missed somethintg x.x
Title: The Game
Post by: Halifax on November 14, 2006, 03:22:00 pm
This game is seeming pretty sweet for a pure basic game if you get that stuff done that wil be amazing keep up the great work Super_Speler
Title: The Game
Post by: Speler on November 14, 2006, 03:50:00 pm
xlibman, you asked how it works?  Here it is:

There is a list which stores all data involved in locating levels which acts as an index.  The level sets (as many as the designer made) have names up to 10 characters long which are contained in the index list.  The first 4 characters in the name and a number (starting from 0 and getting progressivly larger) represent each individual level in the level sets.  These values are stored to a list by the creator of these levels with a corosponding name (the four characters and one number).  The levels are read with a number based scriptish thing stored to a list (I've made it as easy to understand and use as possible).  Now... the creator of the levels creates a group containing all of the levels and a installer.  The installer does something very simple.  It adds a the names of the levels to Str1 and stores pi to L1(1) and the ammount of levels to L1(2) (making sure to use SetUpEditor) and then runs the game, inside the game if the ans variable is pi it immediatly jumps to the installation which is adding information to the index list.  The list is then called with expr([string generated using index]).

While this seems like it may cause a tremendous ammount of crashes I've thought this through and decided it will not.  A player is not likely to delete individual lists which is the only cause for problems, especially when you consider that I will be setupeditor-ing the index list.
Title: The Game
Post by: DJ Omnimaga on November 15, 2006, 02:15:00 am
that sounds very interesting, at least this will be much better than having to edit a level runner program everytime you add new levels or have it crash if your level isnt included
Title: The Game
Post by: DJ Omnimaga on November 25, 2006, 08:13:00 am
how is it progressing?
Title: The Game
Post by: Radical Pi on November 25, 2006, 12:03:00 pm
*posts to let you know I care about this project* :)smile.gif
Title: The Game
Post by: Speler on December 02, 2006, 06:39:00 am
Sorry, I haven't had computer access lately... and I won't for a while... anywho, if you guys don't mind it having only one level complete I can get you a demo by friday.
Title: The Game
Post by: DJ Omnimaga on December 02, 2006, 07:11:00 am
^.^
Title: The Game
Post by: Speler on December 02, 2006, 09:23:00 am
You know what, I think I owe everyone here an explanation.  I have had a tremendous ammount of homework and rarely have time anymore to come online or work on my calc anymore.  I have though been working on this game and do promise to come back completely as soon as possible, but you must understand that this is the first year I have ever really taken classes that require me to work alot.  Especially the last few weeks has the workload bein piling on.  I have two essays, one project, one book to read and normal homework all do monday plus two bands that I play for, family and freinds and the likes...  If it wasn't for this the demo would have been released long ago but please have patience with me.

Anyway, the demo if released this week would have very little play time (a few minutes...), it would be more of a demonstration of what is to come.  This game will run extremely slowly on 83+'s and I'm sorry to those who use them but this game is almost unplayable for them.

Anyone know of a good list compression and decompression teqnique by the way?  The max ammount of characters in a list value is as follows: -XX.XXXXX and individual level parts take up alot currently.  If necicary I can get the formentioned -XX.XXXXX to XX.XX but it would be harder to make levels and would require some recoding.
Title: The Game
Post by: Speler on December 05, 2006, 03:41:00 pm
Screenies ( :)smile.gif ):

Main Menu:
user posted image
No Levels Detected:
user posted image
Levels Detected:
user posted image
Pt. 1 Lvl. 1:
user posted image
Title: The Game
Post by: bfr on December 05, 2006, 03:43:00 pm
Nice screenies!  

Good work, Super_Speler.  :)smile.gif
Title: The Game
Post by: DJ Omnimaga on December 06, 2006, 03:31:00 am
dont rush super speler, I understand people must have lot of work to do atm, as exams are approaching, and you must focus on school, else you could have lot of problems x.x

I would say keep the demo for christmas :Dbiggrin.gif !

Nice screenies btw O_Oshocked2.gif
Title: The Game
Post by: Speler on December 06, 2006, 09:47:00 am
xlibman, for me to stop working on this program even temporarilly is letting them win, therefore I must rush.  After all, you don't want them to win, do you?  In actuality it may take a little more then this friday to get the demo out, just because I'm having trouble designing the level.  Everything else is done and ready though.
Title: The Game
Post by: DJ Omnimaga on December 06, 2006, 09:55:00 am
aaah sry i didnt knew, i just wanted to give my point of view, I was just afraid it would make your grade sink if you focused less on school and more on ti stuff x.x
Title: The Game
Post by: Speler on December 06, 2006, 01:20:00 pm
My grades can't sink any lower, don't worry X).  Seriously though, my environmental teacher has been overloading us with work (TONS) since shes pregnant and is leaving in two weeks... so then I'll have more time.
Title: The Game
Post by: DJ Omnimaga on December 06, 2006, 01:44:00 pm
aaah lol I see x.x
Title: The Game
Post by: Speler on December 07, 2006, 02:50:00 pm
Demo Status:  COMPLETE!!! (gym was cancled and I coded throught that period, lunch, comp sci (finished all the work do for a while) and an hour at home... I feel braindead...)

I'll optimimize and post tomorow.
Title: The Game
Post by: DJ Omnimaga on December 07, 2006, 02:52:00 pm
YAY nice to hear, I loved when this happened, as i dont like sports much x.x, if the teacher was absent (which happened about 5 time a year per classes) in gym class we went to another classroom and did random stuff
Title: The Game
Post by: Halifax on December 07, 2006, 03:26:00 pm
yo sweet Super_Speler I can't wait
Title: The Game
Post by: Speler on December 08, 2006, 02:17:00 pm
Demo... go easy... it's my first real program...
Title: The Game
Post by: DJ Omnimaga on December 08, 2006, 02:27:00 pm
HOLY s*** NO-LIB ANIMATED MAP o.oblink.gif nice job Super Speler. I also like how things load fast on the regular 83+
Title: The Game
Post by: dinhotheone on December 12, 2006, 09:55:00 am
This is really cool. i  lok foward to the final version
Title: The Game
Post by: Speler on December 12, 2006, 10:34:00 am
Thank you slibman and dinhotheone.  What do you want to see in the next version.  I'm currently thinking teleporters but need some other ideas.
Title: The Game
Post by: DJ Omnimaga on December 13, 2006, 02:42:00 am
QuoteBegin-Super Speler+12 Dec, 2006, 16:34-->
QUOTE (Super Speler @ 12 Dec, 2006, 16:34)
Thank you slibman and dinhotheone.  What do you want to see in the next version.  I'm currently thinking teleporters but need some other ideas.  

 Hmm well I guess it's not only me who spell xlibman "slimban" %)rolleyes2.gif

Anyway more levels would be cool, or level editor :)smile.gif
Title: The Game
Post by: dinhotheone on December 13, 2006, 09:37:00 am
if you are looking for things to implement i would google n-game and play a few levels. They have alot of cool things going on. but specifically i bet mines and doors would be cool (not a door to another level but a door like you have to get a key and it would disapeer then you could move on)
Title: The Game
Post by: Speler on December 13, 2006, 02:04:00 pm
The keys/doors are going to be switches in a later version but mines is a good idea.

Next release:  Level with mines and teleportation things.
After that Level with Switches.
After that on-calc Level Editor.
YAY PLANS!

By the way I put all the subroutines into one program so it will take longer to edit...
Title: The Game
Post by: Floodkiller on December 13, 2006, 02:41:00 pm
This is a completely awesome game, and I can't wait to see the next version!  I loved being able to jump off walls and climb up them, as well as the reducing ceiling.

The only thing that bugs me is what bugged me with space station pheta, and that is the fact that if you lose, you have to start over from the whole beginning from the level set.  It would be nice if there was some sort of system to allow you to repeat a level if you die.

Edit: I found a problem on Level 3 (of the demo set, of course) that might have to do with the engine for all the levels, but i'm not sure.  It seems that if you run into the left wall (not jump), you cause an error domain.
Also, as a suggestion, you could have the lava/acid/deadly material that is at the bottom rise kinda like you had the ceiling drop on the last level of the set included in the demo.
Title: The Game
Post by: DJ Omnimaga on December 14, 2006, 03:45:00 am
that would be a nice idea indeed :)smile.gif
Title: The Game
Post by: Speler on December 14, 2006, 11:58:00 am
Floodkiller, the rising acid (whatever you call it) is built into the engine just not in a level.  The problem in level three is a problem in all the levels: you can walk through walls moving the character off the screen.  I'll get rid of the bug in the next version (if I can find a clean way to which is difficult...).  I'll also add more lives (starting at the begining of the screen).
Title: The Game
Post by: DJ Omnimaga on December 14, 2006, 02:20:00 pm
I still yet have to beat lv 2 O_Oshocked2.gif
Title: The Game
Post by: Speler on December 15, 2006, 06:59:00 am
Hmm... there's only one level... you mean screen 2?

Hint:  You can jump on the wall on the left.
Title: The Game
Post by: Floodkiller on December 15, 2006, 10:27:00 am
I found a couple more anomalies:
1. You can accidentally transport yourself into the square platforms, but I can't duplicate this successfully, it is completely random.
2. The ceiling on screen 6 can either just suck you in if you wait and it lowers onto you, or if you run up one of the pillars too much, it will glitch you inside.
3. You can land on one of the 1 pixel platforms in a weird way that causes you to swap back and forth between both sides, and you can move up and down this way and jump off whenever you like.  Keep this bug if you can, though, since it is kind of like swinging around a pole.

Also, I would suggest a reset stage button (at cost of life of course) if you get stuck.
Title: The Game
Post by: Liazon on December 15, 2006, 11:58:00 am
a bit late for me to say this, but after playing the demo, I thought it's awesome so far.  keep up the good work!
Title: The Game
Post by: Speler on December 15, 2006, 12:30:00 pm
Floodkiller, number 3 isn't a bug it is a feature (that in the first outline of the game was much more important).  The rest of the bugs are all one in the same (same two lines of code cause them).  Thanks for bringing them up.

Thanks Liazon.
Title: The Game
Post by: dinhotheone on December 16, 2006, 07:36:00 am
i'm not sure if you meant to do this but sometimes it is easier to move and at others it is harder. like sometimes i will run and jump and it will carry me to where i thought it would, and other times i fall well short of my projected destination. Im not sure if this was intended but its prevented me from beating screen 2 a bunch.
Title: The Game
Post by: Speler on December 16, 2006, 07:55:00 am
Hmm... not sure exactly what you mean.
Title: The Game
Post by: dinhotheone on December 18, 2006, 01:19:00 pm
i'll elaborate tomorrow when i can bring the ticonnect home that i left at school, but from what i remember it seemed that sometimes when i would jump it would be like i was moving through jelly.... other times it would move regular.

Edit
i'm not sure, i re played through the game and it didnt do it once, i'd disregaurd it, it might just be me playing it on my brothers crappy 83+
Title: The Game
Post by: DJ Omnimaga on December 31, 2006, 09:38:00 am
how is it progressing?
Title: The Game
Post by: Speler on January 03, 2007, 09:53:00 am
Proggress:

I have gone through the code and optimized, I have finished lava/falling roof so they kill you if you touch them and completely debuged what I know i buggy.  Unfortunatly though it seems the engine has been pushed as far is it will go speedwise which means likely there will be no more advanced features such as mines.  I may be able to add a simple switch system since nobody would complain if this ran slowly.  I'm going to add a storyline that explains why your a pixle.
Title: The Game
Post by: Speler on January 08, 2007, 01:52:00 pm
Sorry for double post but I got the game down to 2999 bytes with rising and falling lava (not to be confused with water) running flawlessly.  I guess that will be the theme of the next level.
Title: The Game
Post by: DJ Omnimaga on January 08, 2007, 02:12:00 pm
wow i missed your post from jan 3rd x.x sry

WAIT i was sure you did 3100 bytes, its even smaller now ^^ does it run faster?
Title: The Game
Post by: Speler on January 08, 2007, 02:18:00 pm
Yes, I did say it was 3100 bytes.  Now it's 2999 (originally with all bug fixs 3700 or so).  All of it runs at least slightly faster.
Title: The Game
Post by: Speler on January 16, 2007, 10:36:00 am
Level two is almost done (give me a week or so...) then I will consider releasing a second version of the beta of the game (maybe).  Normally I would have just released a "level installer" program but the level detector in the old beta was really buggy.
Title: The Game
Post by: DJ Omnimaga on January 17, 2007, 02:23:00 am
YAY keep it up with the progress! Question: will there be levels larger than one single screen or will it be one screen per level?
Title: The Game
Post by: Speler on January 17, 2007, 09:48:00 am
Err... there are seven screens per level.
Title: The Game
Post by: DJ Omnimaga on January 17, 2007, 01:49:00 pm
i thought screen 2 was level 2 o.oblink.gif this is why i was asking
Title: The Game
Post by: Speler on January 17, 2007, 02:28:00 pm
Screen two is part two level one.  What screen did you get to?
Title: The Game
Post by: DJ Omnimaga on January 17, 2007, 03:08:00 pm
i dont remember exactly but if i remember i had to do a big jump to not fall into water. i should try again when i get more time
Title: The Game
Post by: Speler on January 19, 2007, 09:42:00 am
I finished level two and have made a dicision.  Making levels is STRESSFUL (in general).  So this will be the last level for this game I will make.  I will move on too tie some of the program together add a couple more features/options and provide documentation on how to make your own levels.

The second level is not built into the game but rather is "installed" in a seperate program (no editing of the code required).  I will be uploading a pre-release for bug checks here and noplace else.  Then I will release elsewhere including any levels made by people who want to include them.

Checklist of things to be done:
-Finish external level menu's.
-Add options menu.
-Create level compressor/decompressor (I have absolutely no idea how the heck I'll pull this off, but currently a detailed level can take up around 3k bytes and that's simply too much).
-Pre-release for bug testing.
-Create documentation for level creation.
-Hopefully gather some levels (by some I mean one or two (can't expect more considering I won't make more)).
-Release.
-Move on to my second ever game.
-Cheers
Title: The Game
Post by: Radical Pi on January 19, 2007, 09:52:00 am
(You might want to rename the topic, it made me lose The Game.  >.< lol)
Where's the latest demo at?
Title: The Game
Post by: Speler on January 19, 2007, 09:55:00 am
I released one Dec 8, check page three.  That is fairly similar to the final form but it has a bug in level detection is 1k bytes bigger and buggier than what's on my calc now.
Title: The Game
Post by: bfr on January 19, 2007, 11:46:00 am
Nice plan.  :Dbiggrin.gif

I'm looking forward to this.  :)smile.gif
Title: The Game
Post by: Radical Pi on January 19, 2007, 12:51:00 pm
I like this game! Just made it to room 5.

Edit: I look back and there's a wall on top of me :Dbiggrin.gif
I finished, and I like it. I don't have much criticism to give this time, the speed and size are alright, but the replayability is low (I know its only the demo, but have you considered the possibility of randomly generated levels?)
9.5/10
Title: The Game
Post by: DJ Omnimaga on January 19, 2007, 02:46:00 pm
i cant wait, I hope there is a level editor so we can make levels :)smile.gif
Title: The Game
Post by: Speler on January 19, 2007, 04:52:00 pm
There will be a level editor (one day).

If you have a way to generate beatable hard randomly generated level's spit it out cause I don't.
Title: The Game
Post by: DJ Omnimaga on January 20, 2007, 02:52:00 am
if there is ever a lv editor maybe there could be a small contest and the best levels could be added to the game :)smile.gif
Title: The Game
Post by: Radical Pi on January 20, 2007, 04:57:00 am
I remember what happened the last time we held a level making contest, so I don't think that would work out as good as it sounds like it would...
Title: The Game
Post by: trevmeister66 on January 20, 2007, 05:47:00 am
But if he can't think of any ideas, or is to lazy, then he might as well give it a shot, right?  :???:confus.gif
Title: The Game
Post by: DJ Omnimaga on January 20, 2007, 08:16:00 am
well just a level making requst would do, ask ppl to make levels and email them to him
Title: The Game
Post by: Speler on January 20, 2007, 10:31:00 am
Ok, there is a change to the checklist, I will be making a level editor BEFORE the pre-release :)smile.gif (*Super Speler
Title: The Game
Post by: DJ Omnimaga on January 20, 2007, 02:25:00 pm
cool ^^
Title: The Game
Post by: Floodkiller on January 22, 2007, 10:51:00 am
cool about the level editor.  I have been messing around with the level lists to see what combinations make what.  I succeeded in making a mess at a sucess rate of 100% :Dbiggrin.gif.  The level editor will sure make it easier :)smile.gif.
Title: The Game
Post by: Speler on January 22, 2007, 11:03:00 am
Heh... anything with a decimal is a command anything without a decimal is an argument, that might help a bit.
Title: The Game
Post by: Floodkiller on January 30, 2007, 10:38:00 am
Any progress? Just kinda asking.

By the way, I still havent cracked the decimal system yet :(sad.gif.
Title: The Game
Post by: Speler on January 30, 2007, 10:58:00 am
No progress, there will be next week but I'm currently working on something else.
Title: The Game
Post by: Radical Pi on January 30, 2007, 11:07:00 am
I'll be waiting for next week then.
Title: The Game
Post by: DJ Omnimaga on January 31, 2007, 03:17:00 am
I am curious as for what else you are working on atm :)smile.gif
Title: The Game
Post by: Speler on January 31, 2007, 09:35:00 am
I'll post it here in a couple of days (I promise).
Title: The Game
Post by: DJ Omnimaga on February 01, 2007, 02:53:00 am
cool I can't wait!
Title: The Game
Post by: Speler on February 04, 2007, 03:42:00 pm
I'm going to get started on the level editor tomorow (I think I know how I'll do it).
Title: The Game
Post by: CureDesu on February 04, 2007, 05:04:00 pm
QuoteBegin-Super Speler+4 Feb, 2007, 21:42-->
QUOTE (Super Speler @ 4 Feb, 2007, 21:42)
I'm going to get started on the level editor tomorow (I think I know how I'll do it).  

 Hooray!
*CureDesu
Title: The Game
Post by: Radical Pi on February 04, 2007, 11:49:00 pm
I can't wait to play some maniacally hard levels :lol:bounce2.gif
Title: The Game
Post by: Speler on February 05, 2007, 09:18:00 am
It's going alot less smoothly then I would have hoped but... it doesn't matter.  It's going to be a very limited editor but I'll have it mostly done for tomorow.
Title: The Game
Post by: trevmeister66 on February 05, 2007, 11:32:00 am
mmm man i can't wait. Hurry up!!! :)smile.gif

j/k take your time.
Title: The Game
Post by: Floodkiller on February 06, 2007, 10:25:00 am
me either :Dbiggrin.gif!
Title: The Game
Post by: Speler on February 06, 2007, 11:06:00 am
Well, I got most of it done today, I'll rap it all together and release a ugly version of the level editor that requires some (just a little) manual work.  Also, I will have to release an updated version of the game (with several changes) that currently supports up to 3 levels bug free and a few more with bugs.
Title: The Game
Post by: trevmeister66 on February 06, 2007, 04:30:00 pm
Sweet, can't wait. *Trevmeister66 gets ready to make EXTREME levels
Title: The Game
Post by: Speler on February 08, 2007, 09:18:00 am
I will be uploading the level editor (v0.1) later today.  It requires a bit more then I would like for now from the user but this will change.  Next, I will create a topic called 'feature request' in which people may request SIMPLE features to be included in the game that will make there level and gane more viable and fun.
Title: The Game
Post by: Floodkiller on February 08, 2007, 10:46:00 am
Awesome! Can't wait to make really hard levels!
Title: The Game
Post by: trevmeister66 on February 08, 2007, 10:50:00 am
yeah same here, except ima make really EASY levels  :evil:evillaugh.gif
Title: The Game
Post by: Speler on February 09, 2007, 03:13:00 pm
Sorry for the delay, there has been some unforseeable technical difficulties.
Title: The Game
Post by: trevmeister66 on February 09, 2007, 06:18:00 pm
oh well, these things happen. Take your time and get it done right. :)smile.gif
Title: The Game
Post by: Zeromus on February 10, 2007, 05:26:00 pm
Can anyone get this to work in an emulator? I am still sporting my old 1.12 ROM from my 83+ I got many days ago [ days, years, same thing ] and it won't work there, No linking for me either, cable is dead, dead, dead. So, is it the emulator os OS 1.12?
Title: The Game
Post by: Speler on February 12, 2007, 11:07:00 am
New Version with several major optimizations (with the help of Weregoose) now available, now with over 1000 less bytes and built in lava!!!!!  It has a extremely primitive early edition of the soon to be level editor.
Title: The Game
Post by: trevmeister66 on February 12, 2007, 11:12:00 am
sweet, must download now!!! can't wait to make awsome levels :)smile.gif
Title: The Game
Post by: Speler on February 12, 2007, 11:18:00 am
Beleive me, you may have to (the level editor doesn't have most necicary functions).
Title: The Game
Post by: trevmeister66 on February 12, 2007, 11:31:00 am
hmm, quick question. When i add water, it leaves the line above it when i test. Will that line still be there in the real game? Other than that, this is really great :)smile.gif
Title: The Game
Post by: Speler on February 12, 2007, 11:32:00 am
It will not be there in the game, it's there now so you can test it out without worrying about falling in it.
Title: The Game
Post by: trevmeister66 on February 12, 2007, 11:36:00 am
oh i c, that's good. Hmm.. well no more questions right now, got to get back to evil level making mode :rainbowdevil:rainbowdevil.gif
Title: The Game
Post by: Speler on February 14, 2007, 07:38:00 am
Ok, now, what requests do you have for engine support (to those who tried it out) so that your level's can be pwnsome.
Title: The Game
Post by: Zeromus on February 14, 2007, 08:04:00 am
No offense, but the game was not fun. The physics seemed jumpy and too overdone, not smooth. The game lagged when the water or lava did it's thing, and i found my character wasn't going where I wanted him to most of the time ><
Title: The Game
Post by: Speler on February 14, 2007, 10:00:00 am
Zeromus, thanks for the advice.  I'll work on making the phisics smoother.  Also, should I get rid of the animated water?  Oh and by the way, what did you play it on?
Title: The Game
Post by: Floodkiller on February 14, 2007, 10:37:00 am
1. I think that the animated water should probably go.  That way more speed can go into player movement and physics.  Besides, I understand it enough if it is just a black area, it means don't fall in :Dbiggrin.gif.

2. The level crafter for me was very finicky (is that how you spell it?), so I think I'll wait for a finished version of it (delete key please).  Also, it overwrote lines alot when entering objects, so that was kinda sad as well when I spent over 10 minutes on a screen, only to have one thing screw up and the entire level going bad.  finally, pillars are screwy when moving them up and down past their creation origin, and when i tested a level, it didn't overwrite any misprinted info.

3. Maybe a victory screen at the end of a level so that you know you beat it instead of falling in acid/lava/water at the end :Dbiggrin.gif.

Also also, I run a TI-84+SE and the movement was ok with me, but could be faster.
Title: The Game
Post by: trevmeister66 on February 14, 2007, 10:51:00 am
yeah, i have to agree with flood on some of that. The pillar creation was not very good, although it can probably be fixed. Since this is a very early version of the lvl editor, i'm thinkg it can be fixed a bunch (the lvl-editor), so i'm not going to complain. I'll let you do what you want to do.
All-in-all, i think this is very good, and once you figure out how things work, it becomes a lot easier.
Title: The Game
Post by: Speler on February 18, 2007, 06:04:00 am
Game on hold for several other projects (i.e. learn java, create on computer T.I. graphics/tile/map design, write platformer).
Title: The Game
Post by: dinhotheone on February 25, 2007, 05:50:00 am
i know its on hold but...in the new version whever i touch the top of the screen not the right wall, i goto the next level. Just wanted to bring that to your attention for when you get back to it.
Title: The Game
Post by: Speler on June 22, 2007, 02:59:00 pm
Umm... I tried looking at the source code in an attempt to come from behind with a surprise finish of The Game but failed at understanding the game engine...

I'm gonna pick this up again once I finish Pirate RPG though, promise.
Title: Re: The Game
Post by: heepoopsalot on March 27, 2012, 04:41:29 am
Damnit, that topic made me lose the game.
Title: Re: The Game
Post by: Jonius7 on March 27, 2012, 04:48:50 am
Hi heepoopsalot,
Please do not necropost in old topics, unless for a particular reason that is relevant to the current events of today.
Title: Re: The Game
Post by: DJ Omnimaga on March 27, 2012, 04:14:28 pm
Erm... spam much? ???

(The member only posted to say he lost the game and bumped like 3 topics)

Anyway if you are an actual legit user, welcome here. Just make sure to look at post dates before replying.
Title: Re: The Game
Post by: Eeems on March 27, 2012, 04:33:33 pm
He was using a proxy, we banned the proxy and warned him. So if he comes back and continues spamming, it's the ban hammer for him. If he comes back and doesn't spam, then that is good :)
Otherwise meh.
Title: Re: The Game
Post by: DJ Omnimaga on March 28, 2012, 12:55:07 am
And now we lost because of him <_< (although if Speler ever revived this or was still working on this, we would have lost anyway, though, and much more often with the regular bumping)

That reminds me, I should find the old attachment from the old board (which used to be attached to the first post of this thread) and give this a try...
Title: Re: The Game
Post by: Jonius7 on March 28, 2012, 12:55:54 am
Damn reviving an old thread.
We'd better not revive the other three he posted in too, bit unneccessary.
Maybe it'd be good if this topic was locked or something?