Author Topic: Grammer 2-The APP  (Read 145828 times)

0 Members and 2 Guests are viewing this topic.

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: Grammer 2-The APP
« Reply #45 on: October 23, 2011, 11:10:55 am »
I want to clone Tetris and I want more compact codes instead of C0C0C0C0C0C0C0C0... etc.
Your a bit late, sorry, I am already almost finished.... If you still want to make one, you could make instead it with rectangles. :)

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

Offline Xeda112358

  • they/them
  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer 2-The APP
« Reply #46 on: October 23, 2011, 04:10:31 pm »
Feature request:
is there a way so we can use loops within the argument of commands, like:
If Pxl-Test(B+11, For(A,1,7):A:End)
Hmm, I can try to add the seq( command, then. That would do something similar. It might be an ideal notation for algorithms, too..
Also, I think I want to add a For(' command that doesn't modify a var but executes a number of times. For example, For('100 would execute a loop 100 times (this is just an idea)
Another feature request:
Sprite widths of multiples of 4 instead of 8, considering that's how hex works.  I want to clone Tetris and I want more compact codes instead of C0C0C0C0C0C0C0C0... etc.
Hmm, I like the idea, but I am not sure if/when I will add it. However, that did remind me of some features to add...
For example, you guys know how there are custom font hooks and parser hooks in TI-BASIC? What if I did something similar for Grammer? I would try to make sure Assembly programers and Grammer programmers could set Grammer hooks. I was planning on doing this months ago, but I forgot! I even have the fontset enabled to be easily swapped out by a custom one.


Also, just for those who are interested, I plan to add a text mode that lets you draw ASCII... This is mostly because there are chars in the grammer fontset not normally available >.>

Offline awalden0808

  • LV3 Member (Next: 100)
  • ***
  • Posts: 55
  • Rating: +6/-0
  • Cool shades, wears Waldo.
    • View Profile
Re: Grammer 2-The APP
« Reply #47 on: October 23, 2011, 09:07:00 pm »
Your a bit late, sorry, I am already almost finished.... If you still want to make one, you could make instead it with rectangles. :)
Or I could make it with... CIRCLES! :O
I'll apologize tomorrow for a bad mood today.

Spoiler For Spoiler:
My Qualifications:

I did a thing once.
I am known for my ability to focus intently on things that distract me from my actual work.
To me, the letter a stands for absolute. B stands for bemusement. C stands for circumlocution, and D stands for decoupage.
If I were president, I would give everyone Xboxes, computers, and national healthcare.
I am also known for my ability to write more than I actually need to write. Unless of course it is necessary that I write a lot. Then I write a little bit.

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Grammer 2-The APP
« Reply #48 on: October 23, 2011, 09:09:33 pm »
Bejeweled?
Sig wipe!

Offline Xeda112358

  • they/them
  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer 2-The APP
« Reply #49 on: October 23, 2011, 09:20:16 pm »
Wow, cool ideas! for a 4x4 circle, you can just do something like this:
Code: [Select]
ClrDraw
Line(0,1,2,4,2
Line(1,0,4,2,2

And Bejeweled would be neat, but I don't think I could do that XD Connect 4 however...

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Grammer 2-The APP
« Reply #50 on: October 24, 2011, 08:12:09 am »
Hay, the app version is here! \o/
* Art_of_camelot still needs to find time to try this out. D:

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: Grammer 2-The APP
« Reply #51 on: October 24, 2011, 10:35:31 am »
It would be coo if it wouldn't through an error if a rectangle should be drwan out of screen /returns 0 if a pixel test should be made out of the screen. (Sorry if I'm grinding your nerves......I just felt like writing it here. :) )

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

Offline Xeda112358

  • they/them
  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer 2-The APP
« Reply #52 on: October 24, 2011, 05:06:25 pm »
Oh, right, sorry! I actually have a version I forgot to upload XD I wanted to add some more before releasing it though, but I do really have a version that has those features finished!

I plan to add worm particles and possibly a few more particle options sometime soon...

Offline awalden0808

  • LV3 Member (Next: 100)
  • ***
  • Posts: 55
  • Rating: +6/-0
  • Cool shades, wears Waldo.
    • View Profile
Re: Grammer 2-The APP
« Reply #53 on: October 24, 2011, 09:25:08 pm »
Oh, right, sorry! I actually have a version I forgot to upload XD I wanted to add some more before releasing it though, but I do really have a version that has those features finished!
Sprite widths of multiples of 4? :D
I'll apologize tomorrow for a bad mood today.

Spoiler For Spoiler:
My Qualifications:

I did a thing once.
I am known for my ability to focus intently on things that distract me from my actual work.
To me, the letter a stands for absolute. B stands for bemusement. C stands for circumlocution, and D stands for decoupage.
If I were president, I would give everyone Xboxes, computers, and national healthcare.
I am also known for my ability to write more than I actually need to write. Unless of course it is necessary that I write a lot. Then I write a little bit.

Offline Xeda112358

  • they/them
  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer 2-The APP
« Reply #54 on: October 24, 2011, 09:29:27 pm »
No, not those features, sorry XD Just the ones Sorunome was talking about :/

Offline awalden0808

  • LV3 Member (Next: 100)
  • ***
  • Posts: 55
  • Rating: +6/-0
  • Cool shades, wears Waldo.
    • View Profile
Re: Grammer 2-The APP
« Reply #55 on: October 24, 2011, 09:33:02 pm »
No, not those features, sorry XD Just the ones Sorunome was talking about :/
Oh... Okay... :( Well, no rush! :D
I'll apologize tomorrow for a bad mood today.

Spoiler For Spoiler:
My Qualifications:

I did a thing once.
I am known for my ability to focus intently on things that distract me from my actual work.
To me, the letter a stands for absolute. B stands for bemusement. C stands for circumlocution, and D stands for decoupage.
If I were president, I would give everyone Xboxes, computers, and national healthcare.
I am also known for my ability to write more than I actually need to write. Unless of course it is necessary that I write a lot. Then I write a little bit.

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: Grammer 2-The APP
« Reply #56 on: October 25, 2011, 06:53:51 am »
No, not those features, sorry XD Just the ones Sorunome was talking about :/
Cool! Please upload it! :)

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

Offline Xeda112358

  • they/them
  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer 2-The APP
« Reply #57 on: October 25, 2011, 07:59:38 am »
Okay, I will after I make these changes:
Adding the Worm particles
Adding in the rectangle routine from BatLib. Apparently the border routines cause the calc to freeze D: At least the BatLib ones will work and it will give you two more methods (shifting the pixels down or up)

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Grammer 2-The APP
« Reply #58 on: October 25, 2011, 08:51:30 am »
* Yeong  needs a Grammer F&Q Section D:
How do I make program detect if I have a certain appvar or not?
Sig wipe!

Offline Xeda112358

  • they/them
  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer 2-The APP
« Reply #59 on: October 25, 2011, 08:52:56 am »
You would use Get("UNAME
This returns 0 if it exists and if it is archived, it returns a value less than 32768.