1246
Official Contest / Re: Who is going to participate in the 2011 programming contests?
« on: May 17, 2011, 09:51:44 pm »
You could start here http://ourl.ca/9290
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to. 1246
Official Contest / Re: Who is going to participate in the 2011 programming contests?« on: May 17, 2011, 09:51:44 pm »
You could start here http://ourl.ca/9290
1247
TI Z80 / Re: My explosive contest entry« on: May 17, 2011, 09:50:27 pm »
I love the big gun lol that was part of the original idea, how cartoony the physics and people were. Like how the character pulls his gun from nowhere
1248
TI Z80 / Re: My explosive contest entry« on: May 17, 2011, 09:29:45 pm »
So I have replaced springs with ropes, and I must say I really like the way it turned out I actually used a lot of ideas that I learned while writing chainfire, and it amazed me actually how similar they were. It was also really cool to see how seamlessly I am able to integrate different physics objects and constraints into my engine ^^ it automatically adjusts for any force based system!
1249
The Axe Parser Project / Re: Assembly Programmers - Help Axe Optimize!« on: May 17, 2011, 07:30:54 pm »Oops, necropost, oh well Methinks this really should be added. Its *much* faster most of the time, and runs in more constant time, which is something that would be great for a routine with a reliable speed. 1250
News / Re: Omnimaga 2011 Programming Contest, Part #1: Axe Parser« on: May 17, 2011, 04:38:43 pm »You mean "polar"? Ooops yeah Haha if only Portal Functions were that easy I myself have springs set up but I might try to change them into rope if its not too hard or slow 1251
News / Re: Omnimaga 2011 Programming Contest, Part #1: Axe Parser« on: May 17, 2011, 03:46:11 pm »I can't tilemap because polar functions hurt my head and make me leak brain fluids. Why are you using Polar Functions with a tilemap? O.o 1252
TI Z80 / Re: My explosive contest entry« on: May 17, 2011, 03:42:35 pm »
Hah thanks guys :] And don't be so hard on yourselves! Everybody always has a chance, don't rule yourselves out! ^^
1253
Axe / Re: Axe Q&A« on: May 17, 2011, 03:41:51 pm »
Its not a mode, but more like a style of programming that gives you more precision. The idea is that you multiply your position variables by 256 to give you a screen that is 256 times as big (and consequently has a *lot* more possible positions and a lot more precision) and then when you display your sprites you "zoom" back out by dividing by 256.
This has been written about a lot, I'm sure there has got to be a tutorial about this somewhere, or at least a more in depth explanation. 1254
TI Z80 / Re: Vortex« on: May 17, 2011, 03:37:33 pm »
Same questions as BrownyTCat, how precisely will Vortexes work? How will they be placed? How many can you have at a time? What will they effect? Will there be enemies? What kind of obstacles block your way? I can't wait to see this progress
1255
TI Z80 / Re: My explosive contest entry« on: May 17, 2011, 03:03:49 am »
Definitely, everybody has a chance in this, and you can never tell what the results are going to be ^^
1256
TI Z80 / My explosive contest entry« on: May 17, 2011, 02:51:48 am »
So I have already started work on my contest entry, which is as of now still unnamed, but progress on the engine goes rather rapidly. I've already implemented full rigid body physics onto my 4x4 tilemap, and I have also implemented springs, although they are not present in the screenshot. You will also notice the screenshot is rather explosive
The premise of my game is a puzzle platformer where you are a quite small little person using comically large guns and explosive devices to progress through each level and eventually complete an objective or something. Right now i'm just focusing on getting the engine working, but so far everything is looking great I'll post progress as it comes ^^ The screenie below isn't really a puzzle, as its pretty simple But it has the basis for becoming a puzzle and right now is just a testing area for testing the various aspects of the game engine. 1257
Graviter / Re: Graviter - Axe« on: May 17, 2011, 01:56:18 am »
That looks really smooth and epic, and I can't wait to see all the puzzles you will be able to crank out with all these engine features Can you still manually change gravity during this level?
1258
Computer Projects and Ideas / Re: Long Exposure Pictures from Video« on: May 16, 2011, 07:09:11 pm »
I actually just did a photo portfolio on long exposures, I should put it up!
1259
Music Showcase / Re: ZTrumpet's Now Making Music« on: May 16, 2011, 06:40:39 pm »
* Builderboy jams *
^^ I like it Definitely great for your first song, I can't wait to see what you come up with next ^^ 1260
The Axe Parser Project / Re: Features Wishlist« on: May 16, 2011, 05:23:28 pm »It's because you're requesting specialized stuff that could be built with Axe's built-in routines. In other words, you're more-so requesting sub-routines and not actual commands. His specific command couldn't be written with Axe actually, without some sort of brute forcing of the getKey(A) command. But we are not saying everything must be an axiom, we are saying things that have very specific uses should be made into Axioms. Quigibo wanted Axe to have all the general use commands that programmers would use on a regular basis. He also knew he could never fill all of the requests, and so he created the Axiom system specifically for cases like these, where there is a definite need for a new routine from a programmer, but that routine isn't general enough to be included into the Parser himself. |
|