4276
TI Z80 / Re: [Project] 2 Player shooter game.
« on: December 24, 2010, 08:47:00 pm »Update: Perfect Syncing now.
no known issues except for inconstant speeds.
I wish I had two calcs to test it :S
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. 4276
TI Z80 / Re: [Project] 2 Player shooter game.« on: December 24, 2010, 08:47:00 pm »Update: Perfect Syncing now. I wish I had two calcs to test it :S 4277
General Calculator Help / Re: Beginning programming language« on: December 24, 2010, 04:14:09 pm »Yeah, I'd say Python is good for a complete beginner. I would say that starting with Python is great, but movind to another language is very important. C and Java are the most popular. Then there's .NET (C# and VB) you should also try. The first non-Python language I learnt was Java, I hated it. I thought it was too hard. So, go from Python to C (something easier) and only then to .NET and/or Java ![]() 4278
Computer Projects and Ideas / Re: BasiC++« on: December 24, 2010, 04:12:32 pm »DJ: yeah it still has the same goals as before. Nice, Disp " is a start ![]() 4279
Computer Projects and Ideas / Re: Juggernaut Map Editor« on: December 24, 2010, 03:18:40 pm »hello omnimaga, as some of you know i'm making a game in java called Juggernaut which will require many maps. within the next week, my map editor will be functional enough for you, the user, to create maps and receive a string of numbers which i can use. if you're interested in making maps for Juggernaut, PM me. you'll be mentioned in the readme if i use your levels. Woah great, I could try to make some maps, I never made many, so they won't be very tricky, but would still like to give it a try ![]() 4280
General Calculator Help / Re: Beginning programming language« on: December 24, 2010, 03:17:58 pm »Python is good for a complete beginner. The best I must say, it's what I started with: Code: [Select] a = "Hello" Really simple code, perfect for scripts ![]() 4281
TI Z80 / Re: David's Epic Journey« on: December 24, 2010, 02:19:29 pm »
The first one is better. However, the very very very first one (made on-calc) was the best of all (so far). However, I am aware that these are painted
![]() 4282
Computer Projects and Ideas / Re: JavaTyper - a text editor in Java« on: December 24, 2010, 02:18:18 pm »
http://download.oracle.com/javase/1.4.2/docs/api/javax/swing/undo/package-summary.html
This looks as easy as in .NET: Code: [Select] textBox1.Undo(); While trying to implement a Font Dialog, I came across an automatic Font Dialog, but it needs to import stuff like: Code: [Select] import org.eclipse.swt.SWT; Both NetBeans and Eclipse say that those imports are invalid. Is it a special download? 4283
Computer Projects and Ideas / Re: The Silencer« on: December 24, 2010, 02:15:50 pm »screenshots? If Binder can't make them, I could make them for him ![]() 4284
TI Z80 / Re: [Platformer] Pyyrix's Most Excellent Adventure« on: December 24, 2010, 02:14:37 pm »I did find a sweet deal for a graphlink cable on amazon, just have to convince my dad to order it I can't wait for you to get it: You'll upload two or three games in a row! ![]() 4285
TI Z80 / Re: Vector Tunnel Game« on: December 24, 2010, 02:13:45 pm »yeah, they don't have it anymore, but at least amazon does, and my dad has express shipping so WHEN HE FINALLY FEELS LIKE ORDERING IT it'll be a two day wait Giv'him lots of hugs and kisses, say good stuff about him, make a game where he's the main character ![]() ![]() 4286
Computer Projects and Ideas / Re: XConsole« on: December 24, 2010, 02:11:49 pm »UPDATES: check my first post and re-download the JAR. It should also work with java 5 It's the only update? (working both in Java5 and Java 6?) 4287
Computer Projects and Ideas / Re: The Silencer« on: December 24, 2010, 02:11:32 pm »
Binder News: It looks like a really good engine, I tried it a bit and looks like an 'ohh shiny!' game
![]() 4288
Computer Projects and Ideas / Re: The Silencer« on: December 24, 2010, 12:03:39 pm »
What programming language?
EDIT: Game Maker 4289
Computer Projects and Ideas / Re: XConsole« on: December 24, 2010, 10:57:42 am »I was thinking about using the StreamTokenizer class. java.io package. http://download.oracle.com/javase/1.5.0/docs/api/java/io/StreamTokenizer.html Yes, there are a few online, easy to copy and paste code, but if you wanna make, for example, a TI-Basic one it gets harder :S 4290
Computer Projects and Ideas / Re: XConsole« on: December 24, 2010, 10:50:48 am »I need someone to make an actual tokenizer. I need it to find strings, so it doesn't split stuff at spaces if they are inside quotes. It needs to return a string array. Tokenizers are hard job, I tried making one in both Python and C# with no luck. Python would be easier as a first language, it's the easiest one and very useful for scripting, believe me! |
|