Author Topic: Engine - A BASIC Todo List: Drive Your Goals  (Read 18053 times)

0 Members and 1 Guest are viewing this topic.

Offline 123outerme

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 458
  • Rating: +23/-0
  • Self-unpaid intern
    • View Profile
Engine - A BASIC Todo List: Drive Your Goals
« on: August 04, 2014, 03:24:10 pm »
In pure BASIC (since Axe is incompatible with the CSE, and I can't find a way to do Asm), I am creating a todo list. This is compatible with monochrome calcs that use .8xp files, meaning the 83+ to the 84+CSE.
It has a monetary system, where you can get points by completing tasks. Use these points, called Sparks, in the Motor Shop to buy customization options, minigames, and more!

Edit: Version 1.2.5 is out.
Spoiler For Changelog 1.2.5:
Changelog 1.2.5:
*Actually fixed bug that quits when adding a list item
*Fixed bug that doesn't allow items to be checked off
*Small tweaks

Spoiler For Screenshots:




« Last Edit: August 31, 2014, 10:13:56 pm by 123outerme »

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Engine - A BASIC Todo List: Drive Your Goals
« Reply #1 on: August 04, 2014, 05:13:31 pm »
Sounds interesting :)

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline 123outerme

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 458
  • Rating: +23/-0
  • Self-unpaid intern
    • View Profile
Re: Engine - A BASIC Todo List: Drive Your Goals
« Reply #2 on: August 04, 2014, 06:21:09 pm »
Sounds interesting :)
Thanks! I already have the number to text engine working, and I'm working on the text to number engine right now.

Offline bb010g

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 428
  • Rating: +22/-1
  • I do stuff
    • View Profile
    • elsewhere on the net
Re: Engine - A BASIC Todo List: Drive Your Goals
« Reply #3 on: August 04, 2014, 07:54:22 pm »
Reminds me of Chore Wars.
Arch Linux user
Haskell newbie | Warming up to Lua | Being dragged into C++
Calculators: HP 50g, HP 35s, Casio Prizm, TI-Nspire CX CAS, HP 28s, HP Prime, Mathematica 9 (if that counts)
π: 3.14...; l: 108; i: 105; e: 101; l+i+e: 314
THE CAKE IS A LIE IS A PIE

Offline 123outerme

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 458
  • Rating: +23/-0
  • Self-unpaid intern
    • View Profile
Re: Engine - A BASIC Todo List: Drive Your Goals
« Reply #4 on: August 04, 2014, 09:06:00 pm »
Good news: Thanks to JWinslow23 and Runer112, I got the text to data and the data to text converters working! I also have the GUI and some checklist-y functions (selecting which item to check off and checking it off) completed.
« Last Edit: August 04, 2014, 09:40:03 pm by 123outerme »

Offline 123outerme

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 458
  • Rating: +23/-0
  • Self-unpaid intern
    • View Profile
Re: Engine - A BASIC Todo List: Drive Your Goals
« Reply #5 on: August 05, 2014, 12:21:08 pm »
Well, I finished the Motor Shop, and did a little bit more work in the GUI department.

Offline 123outerme

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 458
  • Rating: +23/-0
  • Self-unpaid intern
    • View Profile
Re: Engine - A BASIC Todo List: Drive Your Goals
« Reply #6 on: August 05, 2014, 03:00:54 pm »
I have the GUI 90% implemented. All I have to do is add the ability to add new list items, and then the framework is done. I have yet to do the minigames, though!

Offline 123outerme

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 458
  • Rating: +23/-0
  • Self-unpaid intern
    • View Profile
Re: Engine - A BASIC Todo List: Drive Your Goals
« Reply #7 on: August 05, 2014, 03:15:39 pm »
Now there is a demo version! See the OP for details. The only thing that I need to add is the minigames you can unlock. Other than that, it's finished!
« Last Edit: August 05, 2014, 04:20:19 pm by 123outerme »

Offline 123outerme

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 458
  • Rating: +23/-0
  • Self-unpaid intern
    • View Profile
Re: Engine - A BASIC Todo List: Drive Your Goals
« Reply #8 on: August 05, 2014, 05:55:43 pm »
New demo! See the OP for details. The last thing that I need to add is the minigames, and then you will be able to enjoy this fully!

Offline 123outerme

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 458
  • Rating: +23/-0
  • Self-unpaid intern
    • View Profile
Re: Engine - A BASIC Todo List: Drive Your Goals
« Reply #9 on: August 05, 2014, 09:03:01 pm »
I updated the demo. Now, everything works smoothly! Still, I need to add the minigames, but after that, I'll be done! ;D

Offline 123outerme

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 458
  • Rating: +23/-0
  • Self-unpaid intern
    • View Profile
Re: Engine - A BASIC Todo List: Drive Your Goals
« Reply #10 on: August 06, 2014, 12:17:20 pm »
Added a screenshot! I'm working on the first minigame right now.

Offline 123outerme

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 458
  • Rating: +23/-0
  • Self-unpaid intern
    • View Profile
Re: Engine - A BASIC Todo List: Drive Your Goals
« Reply #11 on: August 06, 2014, 06:20:48 pm »
I added the first minigame! I still need an idea for the second, though. I'm almost done, just a few more things to do!

Offline 123outerme

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 458
  • Rating: +23/-0
  • Self-unpaid intern
    • View Profile
Re: Engine - A BASIC Todo List: Drive Your Goals
« Reply #12 on: August 12, 2014, 07:12:34 pm »
I accidentally broke Engine. Once I fix it, I'll make a video of all of the features and stuff. I still need an idea for the second minigame!

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Engine - A BASIC Todo List: Drive Your Goals
« Reply #13 on: August 12, 2014, 10:12:49 pm »
From the first post it looks interesting, although new gameplay features will definitively be a good idea to make the game stand out from other ticalc.org games in general.

Offline 123outerme

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 458
  • Rating: +23/-0
  • Self-unpaid intern
    • View Profile
Re: Engine - A BASIC Todo List: Drive Your Goals
« Reply #14 on: August 12, 2014, 11:47:05 pm »
From the first post it looks interesting, although new gameplay features will definitively be a good idea to make the game stand out from other ticalc.org games in general.
...game? ???