Show Posts

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.


Topics - leafy

Pages: 1 2 [3] 4 5
31
TI Z80 / Vortex
« on: May 17, 2011, 12:46:04 pm »
Hey guys, here's my contest entry: Vortex!
You have been randomly imbued with the power to create vortexes (vortices?) The government has locked you deep underground under tight guard, and your job is to break out.

The further you progress, the more powerful your vortexes will become, sucking up any object in their way.

This game will be a physics puzzler, and will hopefully involve lots of gruesome animations and epic explosions.

Lets see if I can best a builderboy ^^

32
TI Z80 / Insanity
« on: April 27, 2011, 03:48:56 pm »
Hey guys, I was working on making a new tilemapper that should run faster than the tilemapping code I used in my other games, so I thought that to help me develop it, it had to have some function.
Ladies and germs, I give you...Insanity.
It's a top-down shooter/RPG, with a couple of game elements that might be interesting.

You're basically a guy in a mental institution. You have a sanity level, represented by a bar in the HUD. After taking pills, you're fine, but as your sanity starts to go down, the hospital workers will seemingly turn into vicious zombies and rend you limb from limb, forcing you to take yet more pills.
But pills are scarce - you'll have to hunt for them. And they don't last long.


(Just a menu right now, you can download it if you want)

33
Art / JPG to hex conversion
« on: April 26, 2011, 03:01:28 am »
Can somebody help me convert this to a 4-level greyscale 96x64 image and post the 2 768 byte hex values here? Thanks in advance :)

34
TI Z80 / Minor Projects
« on: March 30, 2011, 01:17:17 am »
I was thinking we could create a thread for people who think their projects don't deserve a thread of their own.

Here's some of mine:
Cannon: Basically an object test simulator thingy.


Dothell: a dot hell. Survive for longer than 50 seconds for profit.

35
Axe / Moving Platforms
« on: March 24, 2011, 10:50:53 pm »
What I have problems with is not creating the platform but getting the player to detect the platform and move with it. Pixel-detection can detect, but not cause the player to move with the platform.
The best way I can come up with is to use a combination of pixel testing and looping through all the objects to move the player, but is there a better way?

36
TI Z80 / The Mighty Jill Off
« on: March 18, 2011, 04:10:53 pm »
First of all, I want to make this clear - I'm not cloning this game because I'm trying to spam/promote/whatever BDSM themes, but because it is an awesome game.

BTW This is using the same engine as The Slime with a few modifications.

Here's some of the tiles and a quick map I ported:

Compared to:
Spoiler For Spoiler:

IRL it's not as jittery as the screenshot suggests.

37
Art / Shrink 16x16 sprites
« on: March 18, 2011, 12:40:08 am »
Does anybody think that they can shrink these 16 by 16 sprites into greyscale 8 by 8 sprites?


38
Art / The Slime Sprite Requests
« on: March 13, 2011, 12:53:18 am »
Hey guys, I would like you to come up with a nemesis. Any evil guy who opposes the good guy. And it can be anything.
Hang on wait, it needs to have visible eyes. Also it can't be inappropriate. Well, if it's inappropriate keep it in good taste :P
Whatever you draw, I need a 6x6 version and a 16x16 version. The 6x6 version will be used in-game, and the 16x16 version will be used in intros, menus, etc.
Thanks in advance.

An idea I had was the evil Dr. Pixel? Eh?

39
TI Z80 / The Slime
« on: March 12, 2011, 12:11:39 am »
I'm going to be starting a new scrolling platformer called THE SLIME.
It's just a concept now, but it's going to be a side project to Graviter. I'm working on the basic elements of the physics system at the moment.

40
Axe / Gear Algorithm
« on: March 07, 2011, 01:18:41 am »
Can somebody help me to come up with an algorithm that can draw a convincing gear/sawblade thing that spans the entire width of the screen and rotates as it moves downwards? I have a great idea for my project but didnt have much luck figuring this out :(
Thanks in advance.

41
Introduce Yourself! / Herro
« on: March 04, 2011, 01:45:38 am »
I never actually took the time to introduce myself fully, so here I am. I started as a TI-Basic developer quite a while back, and got pretty good at it, making a couple of games that were decent.
And then I got introduced to Axe this year.
I have never seen anything so powerful yet so easy. I was learning Assembly at the time but failing at it, and Axe provided an easy alternative.
So yeah. I'm a sophomore in high school and bored to death.

leafinesses don't require peanuts.

42
Axe / Full-Byte Tilemapping
« on: February 13, 2011, 11:28:46 pm »
How come this code doesn't work for a 18 by 12 tilemap?

Lbl MAP
ClrDraw
For(Y,0,11
For(X,0,17
{Y*18+X+L}->A
Pt-On(X*5,Y*5,A*16+Pic1)
End
End
StorePic
Return

43
Axe / Calculating Slopes
« on: February 12, 2011, 07:07:59 pm »
How would you go about moving an object in a straight line? Axe doesn't support decimals, so how could you calculate slope and use it to move an object?
Or would you have to use trig?

44
Axe / GetKey Issues
« on: February 10, 2011, 03:10:00 pm »
It's not really an issue, I just don't know how to program this:
So I have in my program

If getkey(54)
...
End

But it keeps repeating. That's not what I want. I want it to act like

getKey-->K
If K=54
...
End

But using this method you can't press multiple keys at a time.
So how do I use the first method, but tell it to stop repeating if a key is held?

45
TI Z80 / IWBTG for Ti-84
« on: February 08, 2011, 01:12:16 am »
Someone should make it.
http://kayin.pyoko.org/iwbtg/

Pages: 1 2 [3] 4 5