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

Pages: 1 [2] 3
16
Other Calculators / Flappy Bird
« on: February 13, 2014, 06:45:18 am »
Flappy Bird



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

Flappy Bird for nspire!
May run too fast on student software <3.2 but should be fine on all calcs
Also the bird will not tilt as it flies without 3.2 (for now)

Screenshots:







Enjoy! :)

17
TI-Nspire / Dont Fall
« on: February 09, 2014, 09:40:29 am »
Another square based game: Dont Fall
The gameplay is similar to doodle jump, except the platforms move diagonally down left, and you have to press a button to jump, not just touch the platform
You recieve one point for every time you jump, and 5 points for collecting yellow boxes that come on screen
Also, this really needs a better name, so let me know if you think of one


Controls:
Enter: Start new game
Arrows/Numpad: Move and Jump
Ctrl+Del: Reset Highscore



Download is below
Enjoy! :D

18
TI-Nspire / Flappy Bird
« on: February 04, 2014, 09:14:44 pm »
Flappy Bird nspire is just about done.
Right now it only runs on OS>=3.2 but give me a few days to fix that.
A big thanks to ClrDraw for inspiration.

Controls:
Tab: Fly
Enter: Start Game
Esc: Go to Main Menu
Ctrl+Del: Reset Highscores

Screenshots:







Download is below
Enjoy!

19
TI-Nspire / Cover
« on: February 01, 2014, 07:39:39 pm »
Another rage game
Watch out for the falling squares
Move and jump with the arrows/number pad
The different colored squares go at different speeds




20
TI-Nspire / SATURN+
« on: February 01, 2014, 03:15:56 pm »
SATURN+ is a lightbike type game for nspire written in lua.
2 Player mode only for now
Also, doesnt really work on student software, because the controls are designed for the ABC keyboard, not QWERTY

Screenshots:







Download:


21
TI-Nspire / nRaged
« on: January 29, 2014, 06:11:58 pm »
So today, i made a simple rage game for nspire.
Its about 1 hours work, 83 lines of code, and 2KB, so nothing special, really just me practicing some varius techniques in lua.

How to play:
Move the curser around, and the blue square will follow it.
The closer the square is to the cursor, the slower it will move.
Avoid the red squares that spawn every .03 seconds.
The Red squares move slower when they are near the blue square.
Try not to die

Screenshots here, and a download below :)





EDIT: Just a warning, this game runs incredibly fast on the student software, if you want me to change that I can, but I thought it was exciting that way, so for now, if you want to play it at a normal speed, do it on calc

EDIT: Now compatable with OS 3.1

22
TI-Nspire / Cookie Clicker
« on: January 16, 2014, 09:10:16 pm »
Today I was bored during my extra block at school. I didnt have access to my computer or any of my current projects, so i made this in Jens' Script Editor, and added the image when i got home.



Game: Click the cookie to get moar cookies
           Spend cookies on ovens, farms, factories, rocket ships, and time machines, to get more cookies
           Upgrade cookie in order to increase cookies gained per click
           Get lots of cookies and the background will change color!
 
Controls: Mouse/Click to click the cookie
              Use corresponding numbers on the numpad to purchase item

Anyways, this has only been tested in Jens' editor and student software, so there may be some bugs. At some point ill go through and test it out. (also, the code is really sloppy and no indents since it was all on calc)

23
TI-Nspire / CleverCalc v1.0
« on: January 14, 2014, 11:12:06 pm »
Lately Ive been working on a program, that is so smart, its probably smarter than you.
You probably want to see it, so heres a screenshot:



I plan on improving UI later :P

Anyways, the algorithm is pretty complex, so itll be a while before its done.
So far, it has an IQ of about 760, im trying to get it up to 10,000 before i release a version.
That said, expect the first release sometime between Feb 1 2014 and April 25 2064 :)

24
Lua / strings..
« on: January 14, 2014, 06:21:23 am »
Does anyone know why commands like \n (new line) and \b (backspace) work fine for me in student software, but on calc, they just display a rectangle

25
TI-Nspire / PONG zero
« on: December 18, 2013, 05:52:00 pm »
Today I made a very simple (but very fun) pong game in lua.
It is not done yet, but progress will be slow because I am mainly focusing on other projects.
Every 5 points, the paddle slides up, and the game speeds up



(the physics are pretty terrible because I really rushed them, hopefully later I will fix them up)

EDIT: press enter to restart, press tab to change colors, use 4 and 6 or left and right to move

26
Math and Science / .9 repeating equals 1?
« on: December 10, 2013, 09:16:43 pm »
Someone please help explain this to me because I cant decide whether or not .9 repeating = 1

Here is my reasoning for why it should:

1) Fraction Approach
.3 repeating = 1/3
1/3*3=1
.3 repeating*3=.9 repeating

2) Algebraic Approach
I will write .999 to represent .9 repeating to simplify things
.999=.999
x=x (substitute x for .999)
10x=10x
10x-x=9x
10(.999)-.999=9x
9.999-.999=9x
9=9x
1=x
.999=1

Here is my reasoning why it does not equal 1:

1) It does not make any sense! It should not equal 1!  :crazy:

2) You could argue that 1 as a value for x in the algebraic approach is extraneous because when plugged back in, it comes out to .999=1

So thats my reasoning so far. Can someone please help to explain to me whether or not it does equal 1? Thank you :)

27
TI-Nspire / Jumping Squares 2
« on: December 06, 2013, 06:41:40 pm »
This week, i began work on a sequel to jumping squares.
Jumping Squares 2, is primarily a puzzle/platformer, but I will probably include another game mode that will be more similar to the original.

Features:
Jumping Squares! (duh)
Trampolines
Spikes
Buttons
Doors
Much, much more! :D



I will attatch a video of gameplay as soon as I can!

28
TI-Nspire / The Impossible Quiz
« on: November 10, 2013, 09:54:20 am »
A while back I made a version of the Impossible Quiz for nSpire. This morning I went back, finished it, and decided to put it here. Hopefully soon, Ill make another version that is a bit longer. I hope you like it  :) (scrnsht in the attatched .zip)

29
TI-Nspire / CHAOS
« on: November 08, 2013, 06:00:43 pm »
CHAOS v1.0 is finally available!

CHAOS is a rage game set in a mystical world that is (almost) impossible.
Guide your square to the flashing door, but evade the hidden spikes that will split you to pieces!
Game includes over 20 challenging levels, multiple game modes, beautiful graphics,
as well as an easy to use level editor.

Screenshots:




Controls:

Up/8: Jump
Down/5: Small jump
2: Very small jump
Left/4: Left sprint
Right/6: Right sprint
1: Left walk
3: Right Walk
Enter: Restart
Escape: Pause
Tab/=: Show/Hide gridlines

!Download Below!

Spoiler For original post:
After the last release of Jumping Squares, I have been working on a puzzle/platformer called CHAOS. I've been working on the game for about a week now, and the first few levels are working. There's still a lot more work to be done however before I finish. Let me know if you have any ideas :)

30
Art / nSpire Emblem
« on: October 13, 2013, 05:38:03 pm »
Dont actually plan on making this, but it was fun to design the homescreen anyways.  :)

Pages: 1 [2] 3