Author Topic: Hi everyone, I'm new and way lost lol  (Read 9666 times)

0 Members and 1 Guest are viewing this topic.

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: Hi everyone, I'm new and way lost lol
« Reply #15 on: July 15, 2011, 12:40:17 pm »
Welcome! I was a newbie a few months ago. You will be surprised how fast you can learn a programming language.
If you like my work: why not give me an internet?








Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: Hi everyone, I'm new and way lost lol
« Reply #16 on: July 15, 2011, 12:49:00 pm »
ohithur, you!

most people come into calc programming without any experience in other places. it's a wonderful place to start if you plan to go on to develop for other platforms and a wonderful hobby if you decide to never progress further.
like everyone else, i'd recommend the 83/84 series just because the community for it is still so active and, because they've been around for so long, we know nearly everything there is to know about how they work (with one or two exceptions...).

there are three main methods used for programming the 83/84 series: BASIC, which is probably the easiest place to start, axe, which uses basic tokens and is easy to pick up, but allows much more functionality (especially now that quigibo released version 1.0 =D), and asm, which allows direct access to the hardware, but can be a little verbose and takes a while to learn. all three of these languages have 'addons' which can be used to increase their ease of use (and, in the case of BASIC, their speed). BASIC has asm libraries like Iambian's Celtic III, Xeda's Batlib, etcetera, which allow things like sprite commands to be put inline in your BASIC programs. axe has things called axioms, which are optional additions written in assembly which give more functionality. asm has libraries (like ion) which allow you to benefit from what other people have written already and not have to write it again.

the 83/84 line are my favourites, but that doesn't mean all the others are worthless. the Casio PRIZM, in particular, is looking very promising, as it already supports code in asm and C (which, if you don't know, acts as a standard coding language and has been implemented on thousands of different devices), and has a larger screen and 16 bit (i think) colour support. plus, if you buy your calc in stores (which i don't recommend, because TI overprices), it costs about the same amount as an 83+ :P

i hope you are happy with your choice and have a wonderful time here!

oh, and do you play maple story? if so, you should check out wakfu. it's still in closed beta for NA, but i got a key yesterday and can say that it is, unquestionably, the best mmo i have every played.

Offline Sitarknight

  • LV2 Member (Next: 40)
  • **
  • Posts: 21
  • Rating: +1/-0
  • I am SitarKnight
    • View Profile
Re: Hi everyone, I'm new and way lost lol
« Reply #17 on: July 15, 2011, 07:17:29 pm »
@AGVolnutt and Pianoman, I'm actually buying a calculator to learn to do programming cus I've always wanted to make my own video games, and with the way my life is, I have alot of free time lol
@Binder News, thank you so much for all the great resources :)
And @shmibs I'm definitely gonna start off with a TI-84 Plus Silver Edition, as it doesn't cost that much at my local pawn shop. Yeah, I've seen the Casio Prizm, man it looks sexy ;) lol. If I make a good game on the 84, I wanna try to make an advanced version of it on the Casio Prizm.
I used to play maplestory quite a long time ago, was somewhat famous too lol. I try to stay away from MMORPG's as I get addicted pretty fast
>.<
"The promise of a Craftknight is stronger than the toughest steel."

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Hi everyone, I'm new and way lost lol
« Reply #18 on: July 15, 2011, 07:19:21 pm »
Welcome! Guess another Coding Knight has arrived :)




Offline Sitarknight

  • LV2 Member (Next: 40)
  • **
  • Posts: 21
  • Rating: +1/-0
  • I am SitarKnight
    • View Profile
Re: Hi everyone, I'm new and way lost lol
« Reply #19 on: July 15, 2011, 07:30:01 pm »
Coding Knight? Well maybe in time, but for now, I'm just a Sitar Knight :P lol
"The promise of a Craftknight is stronger than the toughest steel."

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Hi everyone, I'm new and way lost lol
« Reply #20 on: July 15, 2011, 07:33:28 pm »
Will Wabbitemu run on Linux?
Yes, through wine. For responsiveness though ( for gaming and such ) use wxwabbitemu. If you need a debugger ( for assembly etc ) use wine.
/e

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: Hi everyone, I'm new and way lost lol
« Reply #21 on: July 15, 2011, 07:51:21 pm »
Or else you can try in a virtual machine, such as VirtualBox.

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Hi everyone, I'm new and way lost lol
« Reply #22 on: July 15, 2011, 08:16:09 pm »
Welcome to Omnimaga, Sitarknight!
It's cool that you want to make games for the calc, and that's leading you to buying one. :)  I wish you the best of luck with learning to program.
If you would like to start with an RPG, try something really, really small.  It's really hard to write an RPG.  Click on Elmgon in my sig to see what I'm struggling with, and I've been programming calcs for about 4 years.

I hope you enjoy Omnimaga! :D  If you need any help, just ask. :)

Offline Ti-Programmer

  • LV3 Member (Next: 100)
  • ***
  • Posts: 84
  • Rating: +3/-0
  • Whats this? so many features...
    • View Profile
    • Ti-Programmer's website
Re: Hi everyone, I'm new and way lost lol
« Reply #23 on: July 15, 2011, 08:18:53 pm »
Hey Sitarknight, Welcome!

I'm a noob too, so if you need someone on your level, talk to me and i'll see what i can do.

I'm mostly on the irc, so catch me there.

Good luck with the programming, and hope you have a  great time here!

Ti-Programmer (Ti-PrgmR)
Spoiler For Sig:







Offline Sitarknight

  • LV2 Member (Next: 40)
  • **
  • Posts: 21
  • Rating: +1/-0
  • I am SitarKnight
    • View Profile
Re: Hi everyone, I'm new and way lost lol
« Reply #24 on: July 15, 2011, 08:40:25 pm »
@ztrumpet Well it looks like you've got a lot done judging by the screens. Kind of reminds me of Zelda for the gameboy, or Final Fantasy Adventure. I'm more than likely gonna have lots of questions starting off, I hope I won't get on your nerves XD
@Ti-Programmer thanks, I need all the help I can get :) I read a post of yours earlier on a different topic, I'm sure I'm more noob than you >.< lol
"The promise of a Craftknight is stronger than the toughest steel."

Ashbad

  • Guest
Re: Hi everyone, I'm new and way lost lol
« Reply #25 on: July 15, 2011, 09:28:30 pm »
Welcome sitar :) hope you enjoy your stay.

I also suggest using the 84+ to boot, but also consider the Prizm as well ;) I have both and I can't complain about the programability of either.

Offline Sitarknight

  • LV2 Member (Next: 40)
  • **
  • Posts: 21
  • Rating: +1/-0
  • I am SitarKnight
    • View Profile
Re: Hi everyone, I'm new and way lost lol
« Reply #26 on: July 15, 2011, 09:34:23 pm »
@Ashbad Which would you say is easier to program?
"The promise of a Craftknight is stronger than the toughest steel."

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Hi everyone, I'm new and way lost lol
« Reply #27 on: July 15, 2011, 09:37:40 pm »
I'm more than likely gonna have lots of questions starting off, I hope I won't get on your nerves XD
No problem. :)  I, as well as most of the people here, will be more than happy to answer your questions if it allows you to succeed. ;D

Ashbad

  • Guest
Re: Hi everyone, I'm new and way lost lol
« Reply #28 on: July 15, 2011, 09:37:55 pm »
Hmm, both have a BASIC implementation on them, but in the long term the 84+ would be easier because the next level up there is Axe, which is a lot easier than C; and, z80 assembly on the 84+ is simpler than SH3 ASM on the Prizm, if you ever try that.  So, I guess I would suggest to start with the 84+ ;)

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Hi everyone, I'm new and way lost lol
« Reply #29 on: July 15, 2011, 09:38:59 pm »
Plus the 84 is a lot more open--after some recent events it's pretty much as open as a device ever will be :P

Bigger community, more developed.
Vy'o'us pleorsdti thl'e gjaemue