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 - ClrDraw

Pages: 1 [2] 3 4
16
TI Z80 / 2048 - ClrDraw
« on: April 17, 2014, 08:18:55 pm »
Here is the finished version :)
Spoiler For original post:
I recently developed an addiction to this game and, since rehab appears unavailable (and I don't own a smartphone), I made it for my calculator!
It's not completely finished yet: I still need to save the score and tell the player when they lose.

Please let me know if you find anything I messed up on.



17
Miscellaneous / Friendly Computer Pranks
« on: April 11, 2014, 11:54:11 am »
Ever since April 1st I've been messing with the people who share my mac (os x) at school. So far I've flipped the screen, made it look like Windows XP, and changed the background to make it look like the screen was cracked (this scared the crap out of my friend, lol  :P).

What more can I do? Most programs are blocked (including Terminal and System Preferences) but the teacher doesn't mind unblocking them so that shouldn't be a problem. I don't want anything malicious, this is just a friendly joke. Any ideas?

18
TI Z80 / Wat *.*
« on: April 09, 2014, 10:04:39 pm »
This is what happens when I'm bored in math class...


Spoiler For IDK if this causes a seizure or anything, so... You've been warned ;) :

(It looks much better on a real calc)

Code: [Select]
.INVERT
DiagnosticOff
Full
While 1
ClrDraw
DrawInv
For(C,0,63)
For(A,0,6)
For(B,0,4)
RectI(A*16-(C/2),B*16-(C/2),C,C)
End
End
DispGraph
DrawInv
ReturnIf getKey(15)
End
End

19
TI Z80 / CMDv3
« on: April 04, 2014, 09:07:15 pm »
I'm rewriting CMDv2 (you can find it here). What new functions should I have?


I want to make this program more useful than the last.

20
General Calculator Help / Hide finance app?
« on: March 30, 2014, 11:22:13 am »
The finance app is really starting to bother me and I want to hide it. Can I do that without omnicalc?

21
TI Z80 / Don't Step The White Tile - ClrDraw
« on: March 17, 2014, 11:18:04 pm »
For those of you who aren't familiar with this game, Don't Step The White Tile is currently one of the top free apps in the app store. Run along the dark tiles (using Y1 - Y5) as fast as you can to escape the shark!




You can download here: http://clrdraw.weebly.com/

22
TI Z80 / Fall - ClrDraw (another fall down clone)
« on: March 15, 2014, 12:25:23 am »
My friend requested that I make a fall down clone, so I did. It's honestly not my best work: it takes up too much space for what it is, it doesn't keep score, and doesn't have a menu. But I uploaded it anyways because I still think it's fun to play even without the extra features. Enjoy :)


You can get it on my new website here http://clrdraw.weebly.com/ or attatched to this post.

23
Axe / Timer?
« on: March 14, 2014, 11:36:00 pm »
I'm making Don't Step The White Tile and need to time how long it takes the player to get to the end. How do I use a timer in axe? Do I need to use interrupts (And if so, how? My calc likes to freeze whenever I try using interrupts...)?


Please help; this is the last thing I need before my game is all finished  :)

24
Other Calculators / Super Ball Juglling - ClrDraw
« on: February 17, 2014, 07:01:02 am »
Just updating my downloads.
Spoiler For Original post...:
Super Ball Juglling - ClrDraw

http://www.omnimaga.org/index.php?action=downloads;sa=view;down=890

This is a clone of the popular iPhone app. Kick the ball the moment before it hits the ground to keep it in the air. Press [F1] and [F5] to kick.


25
Other Calculators / Iron Pants - ClrDraw
« on: February 17, 2014, 07:01:02 am »
Iron Pants - ClrDraw



http://www.omnimaga.org/index.php?action=downloads;sa=view;down=892

From the makers of Flappy Bird comes the infinitely more frustrating sequel, Iron Pants. Use the enter key to dodge the crates for as long as you can.


26
Other Calculators / Super Ball Juglling
« on: February 07, 2014, 12:00:37 am »
Super Ball Juglling



http://www.omnimaga.org/index.php?action=downloads;sa=view;down=890

Super Ball Juglling, by ClrDraw (February 2014)

This is a clone of the popular iPhone app. Kick the ball the moment before it hits the ground to keep it in the air. Press [F1] and [F5] to kick.


27
Web Programming and Design / Chrome Omnimaga Theme!
« on: February 02, 2014, 11:18:47 pm »
I made this chome theme with an omnimaga background I made in photoshop.
You can put it on your computer by downloading either the zip or crx below  :)

28
Other Calculators / Escape - ClrDraw
« on: February 01, 2014, 04:28:44 am »
Escape - ClrDraw

Escape, by ClrDraw (January 2014)

Escape is a game filled with insane puzzles and an awesome plot. Guide your block (the one with the square inside) through the various test chambers.


29
Site Feedback and Questions / eMail notifications
« on: January 27, 2014, 11:27:27 am »
I set up my gMail to forward anything from Omnimaga to my phone (as a text, its not a smart phone) because my computer is slow so I hate checking my eMail.
Does anyone mind if the notification emails were shortened? They keep getting split into several texts on my phone.

30
Other Calculators / Flappy Bird - ClrDraw
« on: January 19, 2014, 12:14:59 pm »
Flappy Bird - ClrDraw http://www.omnimaga.org/index.php?action=downloads;sa=view;down=883

The incredibly difficult app that has people throwing their iPhones in frustration is now on the TI! Press the enter key to jump.



Spoiler For old version:
Spoiler For super old / original version:

Pages: 1 [2] 3 4