The C# Files

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:smile: :sad: :eek: :shock: :cool: :-x :razz: :oops: :evil: :twisted: :wink: :idea: :arrow: :neutral: :mrgreen:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: The C# Files

by Ice Cream Jonsey » Fri Oct 08, 2004 9:04 am

This would have gone a lot faster if I had actually brought home my code from work the last four days. I'm EXTENDING THE DEADLING!!! October 11th!!!

by Ice Cream Jonsey » Fri Oct 01, 2004 9:14 am

Accomplishments:

o Was able to actually compile a C# Asteroids program (that didn't use C#) and dork around with it, changing stuff and making it terrible and unuseable.


CURRENT TASK:

OK, I found a tutorial for making a simple maze game. All that is involved is moving a guy around and avoiding "monsters" until you get to the exit. It's in ANSI. My goal is to implement the first level of Pac-Man based on this code. So:

o Add dots
o Create the first level map
o Change the colors
o Save the score
o Make the monsters not move completely randomly, but change in a random direction when they hit a wall
o Add power pills
o Make monsters eatable when the power pill thing is active

TIME LIMIT: October 8th, 2004.

by Ice Cream Jonsey » Fri Sep 10, 2004 2:28 pm

The "You're a SONT" files!!!! A REALITY!

I will upload this so anyone who has the .NET framework can emjoy it.

by Ice Cream Jonsey » Wed Sep 08, 2004 7:51 pm

UPDATE: Well come on now, the demo file (Asteroids.exe) doesn't run. I haven't even tried to compile it. (Took two hours to install C#, though.)

This is what I hate about languages not called "Hugo." Nothing works.

Anyone know what time it is? I do. TIME TO FIND A NEW DEMO.

by Ice Cream Jonsey » Wed Sep 08, 2004 6:30 pm

Easily distracted, I have found a tutorial thingie for writing an Asteroids game.

Here's the link: http://www.codeproject.com/csharp/HUCSharpAsteroids.asp

I'll build to the first level of Do.

FIRST MISSION WITH THE NEW CODE: Compile it. Take nothing for granted.

SECOND MISSION FOR THE NEW CODE: OK, the guy mentions that there are no UFOs and that the asteroids are not jagged, but pretty round. Fixing those issues would be a good thing to do.

I'll report back when that's complete.

by Lysander » Wed Sep 08, 2004 9:05 am

What's up with all of those _s? That looks a tad arbitrary to me.[/b]

Re: Rehash

by Ice Cream Jonsey » Tue Sep 07, 2004 10:14 pm

mhuiraich wrote:I did alot of work in C/C++ and Visual C++ when I was working in the field from (93 counting interships, etc) 96 to 2002. It's been a long while though, or so it seems.. maybe you could throw me a few programs or subs to mess with.. or I'll find/start some myself.. it'll give me something to do between teaching classes.
I'd be happy to! Right now I am just working the basics, though. I am going to try to get my version of "Hello, World!" up and running soon. For the uninitiated, here's my version of "Hello World!"

INPUT NAME:
___(user inputs name)____
IS (input) YOUR NAME? Y/N
_Y_
(input), YOU'RE A SONT.


(Sont is an intentional mispelling, thanks to the work of Michael Sherwin, Age 10, back when he originated this program in IBM PCjr BASICA.)

Rehash

by mhuiraich » Tue Sep 07, 2004 6:41 pm

I did alot of work in C/C++ and Visual C++ when I was working in the field from (93 counting interships, etc) 96 to 2002. It's been a long while though, or so it seems.. maybe you could throw me a few programs or subs to mess with.. or I'll find/start some myself.. it'll give me something to do between teaching classes.

B

by Ice Cream Jonsey » Tue Sep 07, 2004 3:41 pm

INITIAL GOAL: Complete! Ben sent me code. Which totally compiled.

Hmm, looks like he set up his display in something called "Form1.cs". The second goal... Figure out how the hell he did that, and if that is done by programming it or by drawing boxes and dragging shit!

The C# Files

by Ice Cream Jonsey » Tue Sep 07, 2004 3:24 pm

OK, Pinner learned this without too much trouble, but he's much older and smarter than I am. Let's kick things off!

OBJECTIVE: Ultimately, implement the first level of Mr. Do!... but in C#!

REASON FOR THIS INSANE OBJECTIVE: Most languages are pretty boring to learn. I could shuffle data, create some structures, inherit some... unn... zzZZZzZZZZzzZZ!! Whoa, fell asleep there, guys!

REASON FOR THIS OBJECTIVE: Well, to learn it and see if it's a language I could stomach programming in, and maybe get a better job.

INITIAL GOAL: OK, Pinner sent me over the source to Hexwar! Version 0.00000047! Let's see if I can get a sample chunk of code to compile for starters!

It's on!

Top