286
TI Z80 / Re: YAAR (Yet Another Axe Raycaster)
« on: December 14, 2010, 11:19:39 am »
whoa.. that is insane. only 2000 bytes? great work runer
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. 286
TI Z80 / Re: YAAR (Yet Another Axe Raycaster)« on: December 14, 2010, 11:19:39 am »
whoa.. that is insane. only 2000 bytes? great work runer
287
Other / Re: 1760 PS3s = supercomputer« on: December 13, 2010, 09:49:19 pm »
so... anyone have 1760 PS3's lying around
288
Computer Programming / Re: Random simple java programs that actually do something useful.« on: December 13, 2010, 08:38:51 pm »
lol you aren't bothering me! if you can't find something in the API i'd be glad to help. like if you want to display an image, and then after that you want to rotate it. and after that you want to make a racing game that scrolls. i can help you along there
289
Computer Programming / Re: Random simple java programs that actually do something useful.« on: December 13, 2010, 08:34:24 pm »
Do you know what the API is? in general, they'll give methods for you to do most anything you can do in java. i'm not explaining how and just giving you a link to be rude, it's so that everytime you want to do something new in java, you can look at the API to see if there's a method that does what you want.
290
Computer Programming / Re: Random simple java programs that actually do something useful.« on: December 13, 2010, 08:27:09 pm »
yep, that should do the trick.
291
Computer Programming / Re: Random simple java programs that actually do something useful.« on: December 13, 2010, 08:23:25 pm »
no, they aren't supposed to display. the panel has two instance objects called the InputMap and the ActionMap. the inputmap is basically a bunch of strings that each correspond to a specificy keyStroke. the actionmap reads the inputmap's strings and maps the strings onto a bunch of Action objects, which run that code whenever you press the keyStroke in the inputmap.
and yes it should, if you make the smile's x and y positions be based upon x and y variables. 292
Computer Programming / Re: Random simple java programs that actually do something useful.« on: December 13, 2010, 08:21:25 pm »
yeah it was a headache to write
i haven't built the framework for keypresses in so long. i kept having to refer back to my game Juggernaut. 293
Computer Programming / Re: Random simple java programs that actually do something useful.« on: December 13, 2010, 08:15:26 pm »
lol a smilie. nice. here's example four. it's pretty.. badly coded. everything is declared static i wish main didn't have to be static. it's a very inelegant solution to modifier problem, but the concepts are shown.
Code: [Select] //program: makes an empty window with a panel. oh, and the panel has a red circle in the center. yay.
294
Computer Programming / Re: Random simple java programs that actually do something useful.« on: December 13, 2010, 07:58:02 pm »
i don't know. i don't work with applets.
295
Computer Programming / Re: Random simple java programs that actually do something useful.« on: December 13, 2010, 07:34:16 pm »Code: [Select] //program: makes an empty window you can move around, minimize. whatever. example numero one. Code: [Select] //program: makes an empty window with a panel, which has a black background. example nummer zwei. 3 is on its way. they're starting to get more complex. Code: [Select] //program: makes an empty window with a panel. oh, and the panel has a red circle in the center. yay. numeri tres! you'll notice that the red circle isn't *completely* in the center of the panel. that's because of the edges of the window. if you're in XP, the extra height is +34 and the extra width is +4.
296
Computer Programming / Re: Random simple java programs that actually do something useful.« on: December 13, 2010, 07:19:29 pm »isn't JPanel and JFrame Applet stuff? nope, it's called Swing. it allows you to have little windows on your computer. i think i should give multiple examples.... 297
Computer Programming / Re: Random simple java programs that actually do something useful.« on: December 13, 2010, 07:17:51 pm »
i'm in APCS as well, i use JCreator Lite. my teacher got the free version before it started costing money.
i'll have some code up in a sec. do you guys know what a JFrame or JPanel are or should i comment the basic elements too? 298
Other Calculators / Re: Peggle« on: December 13, 2010, 07:01:07 pm »For some reasons, 3 of your games got names that are similar or exactly the same as 3 other existing games. (Trapped, Orbit and Pegs) Nice games, though.I just need to build up the courage to made a pinball engine in Axe firstif you made this in axe i would love you forever. the idea is great, but TI-Basic is too slow to showcase all of peggle's glory.No, I think Builderboy game is good in BASIC too. I understand that Axe blew BASIC out of the water in some ways but let's not start that whole basic bashing thing again. Sorry DJ, not meaning to start basic bashing. i sent you a lengthy pm describing why i'm not bashing basic in that post. i just mean that peggle is more suited to be made in axe or assembly, due to how much math it has to calculate per-frame. 299
Other Calculators / Re: Peggle« on: December 13, 2010, 05:39:29 pm »
if you made this in axe i would love you forever. the idea is great, but TI-Basic is too slow to showcase all of peggle's glory.
300
Computer Projects and Ideas / Re: Juggernaut« on: December 13, 2010, 05:34:25 pm »
It seems like they might. i'm not 100% sure because i can't get executables of the actual contest winners. it just seems the winners are more educationally inclined, though that could be because the games submitted were poorly made, or there were few. i know that a half-made RPG was an "honorable mention", but i don't plan on giving a half-made platformer.
the great thing was i didn't even know i had a headshot. i was hoping the laser showed up |
|