Author |
Message |
ttm
|
Posted: Sun Nov 27, 2011 8:40 pm Post subject: First Submission |
|
|
Hi everyone! I'm Tony. I'm new here. I'm new to forums altogether actually. In fact, I'm new to all non-facebook/email-based online interaction.
Anyways, since I'm taking computer programming this semester, I just made an accound here. Why? Dunno.
So what I thought I might do was post a program or two that I wrote.
1. Some space fighter game http://dl.dropbox.com/u/17181264/some%20game.zip
Basically it's like Lost Viking from Starcraft II but crappy. Also there are freeze and double points bananas and other random stuff. Kinda lags a bit later on. Also I *hate* the background but I'm too lazy to change it.
2. Drawing program http://dl.dropbox.com/u/17181264/draw%20stuff.zip
Probably a gazillion other people wrote programs that can turn drawings into turing code. Here's another. Right click to open UI. Pretty self explanatory. Check out some replays my friends did. Might lag a bit on older computers for some reason...
So tell me what you think. To embarrassed to supply source code because its quality is kinda crap. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Raknarg
|
Posted: Sun Nov 27, 2011 9:25 pm Post subject: RE:First Submission |
|
|
A couple things:
1. It's not crap. It actually is pretty good. Especially that second one, I'd really like to see the source code for that.
2. Even if it was crap, thats partly why this forum is here, so we can help with problems and such |
|
|
|
|
|
Tony
|
Posted: Sun Nov 27, 2011 9:52 pm Post subject: Re: First Submission |
|
|
Welcome to the forums!
ttm @ Sun Nov 27, 2011 8:40 pm wrote: To embarrassed to supply source code because its quality is kinda crap.
A good way to get better is to read other people's code (and to have your code read by others). Looking at your tutorial submission though, it seems that you've gotten yourself past the typical high school curriculum already. Chances are that anything you post will be well above average |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
ttm
|
Posted: Sun Nov 27, 2011 10:13 pm Post subject: Re: First Submission |
|
|
Good point. Ok. Source. |
|
|
|
|
|
Tony
|
Posted: Sun Nov 27, 2011 11:01 pm Post subject: RE:First Submission |
|
|
Woah, impressive stuff. Presumably you've been doing some programming before you've started with Turing.
My only comment is that in a number of your classes (shoot stuff.t), proc add is re-implemented in the same way again and again. Turing supports polymorphism via inherit, so you could have taken advantage of that. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
Aange10
|
Posted: Sun Nov 27, 2011 11:52 pm Post subject: Re: First Submission |
|
|
ttm @ 27/11/2011, 7:40 pm wrote: In fact, I'm new to all non-facebook/email-based online interaction.
How in the world did you learn so well? |
|
|
|
|
|
RandomLetters
|
Posted: Mon Nov 28, 2011 12:46 am Post subject: Re: First Submission |
|
|
ttm @ Sun Nov 27, 2011 8:40 pm wrote: I'm new to forums altogether actually. In fact, I'm new to all non-facebook/email-based online interaction.
I remember people inviting each other for our high school network in elementary school. I made a ton of alts to take up popular usernames, only to realize there were no usernames. You make me feel old |
|
|
|
|
|
ttm
|
Posted: Mon Nov 28, 2011 4:18 pm Post subject: Re: First Submission |
|
|
Quote: You make me feel old
Lolk.
Yeah, I forgot about inheritance and stuff >.< Meh. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Zren
|
Posted: Mon Nov 28, 2011 8:56 pm Post subject: Re: First Submission |
|
|
These are pretty awesome. The GUI for the paint program is exeptional (when it doesn't glitch).
Some screenshots as they're always good to have.
|
|
|
|
|
|
|