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

Pages: 1 ... 3 4 [5]
61
Humour and Jokes / An evil program
« on: January 18, 2011, 11:50:29 pm »
I feel evil.

 >:D



Unstoppable RickRoll (unless you input the escape code)

Thanks SO much to Xeda for the base program and knowledge that allowed this to happen.

(Idk if this belongs here or in randomness, but since it's a program...)

62
Web Programming and Design / What is a better domain name?
« on: December 18, 2010, 11:00:14 pm »
Me and my friend are starting up our own site. However, he seems to think that Codeplanet is a good name. I think we should use Coding or some other name. I think codeplanet is mediocre and he even thinks it's just ok, but he just wants it because it's free for a year while coding is only $7 a year. ($7 for a whole year! That's a steal)

We were going to use IDKCoding but someone took it right as we were parking our site there.

63
TI-BASIC / Help with sub(
« on: December 02, 2010, 08:27:07 pm »
I'm writing a small program in TI-BASIC to calculate derivatives, The way I have it so far is that when the final element inputed is to the 1st power, the result is written as x^0. Example: 5x^4+3x^1 would result in 20x^3+3x^0.

I'm trying to cut out that last bit but I keep getting an invalid dim error.

Here's the code I wrote to parse put that bit.
Code: [Select]
:sub(Str2,length(Str2)-2,length(Str2)->X
:if x="^0"
:sub(Str2,1,length(Str2)-2)->Str2

64
Site Feedback and Questions / How to get animated Avatars
« on: November 29, 2010, 11:38:44 pm »
How do I make my avi animated? I uploaded an animated gif but as you can see it didn't work.

65
Computer Projects and Ideas / Daemons
« on: November 28, 2010, 06:07:40 pm »
I am working on an RPG for the computer called Daemons.

The goal of the project is to basically, recreate Pokemon and give it a better storyline, improved battle engine, as well as a darker, and overall more mature, theme.

At the moment it is in it's infancy I am rewriting the entire thing from what we had (which was only movement and collision detection) and make it clearer and support loading from a save file. As well as making it easier to code.  

What I do have, however, is the storyline where you basically start out working for the evil organization and you defect from them.

Also, I have the battle system worked out where you, the trainer, will now fight. new features changed from Pokemon are:

-Trainer fights
-Up to three "Daemons" out with you at once
-Each Daemon has six slots for moves
-FF XIII-like ability point system for attacking and doing stuff (except you have full control of your team)
-Only the trainer uses items
-If the trainer is KO (or killed maybe) they automatically lose
-You can carry up to nine Daemons with you at once

Once I get the movement code written as well as the images for the maps drawn up I'll post some screenshots.

66
Computer Programming / A few C++ questions
« on: October 13, 2010, 11:27:35 pm »
How do you add libraries to where you can just include the .h file? Im trying to link with allegoro for gui's and graphics and stuff.

And what exactly are pointers good for. I know what they do and what they are but what can they do that variables can't?

Thx.

67
TI Z80 / Metroid-like game
« on: September 12, 2010, 10:05:07 pm »
I am going to create a metroid like platforming game for the 83+/84. I was going to write it in Ti basic using pixel graphics but now Im thinking of switching to axe parser.

68
General Calculator Help / ndless help
« on: September 12, 2010, 04:36:34 am »
Is there anyway to manually install ndless. The installer is stuck at setting up  USB connectivity.

69
Site Feedback and Questions / An idea
« on: September 12, 2010, 04:16:54 am »
I have an idea that is used on another forum I am a member of but I think this site has more to benefit from it as there are more people posting.

When you are about to post. You don't know if someone posted in the time that you were writting that post until you post. If there was something you wanted to talk about on that post you'd have to edit. What if there was a notice that came up if you tried to post and someone posted before you did and it gave you the option to confirm the post, or modify it.

70
Introduce Yourself! / Hi
« on: September 12, 2010, 03:11:34 am »
I am HOMER-16. I can program in TI-BASIC (fluently) and I am currently learning HTML, CSS, JS, and C/C++. Eventually I want to be able to program in ASM.

I love video games and I hope to be a video game designer.

Already I've found this site to be helpful. I look forward to participating in some of the competitions.

71
General Calculator Help / Nspire OS v. 1.7
« on: September 12, 2010, 02:40:25 am »
Hi I just joined. The site looks impressive!  ;D

Can someone email me the Nspire OS v 1.7? My email is [email protected]

Thx.

Pages: 1 ... 3 4 [5]