Care to try StarSheep?

The geek forum. PHP, Perl, HTML, hardware questions etc.. it's all in here. Got a techie question? We'll sort you out. Ask your questions or post a link to your own site here!

Care to try StarSheep?

Postby JediSonic » Fri Oct 17, 2003 9:21 am

Starsheep is a 3D game I'm working on, using C++ and OpenGL, which will be like a parody of the SNES StarFox! You can download the demo of it at my site : )

http://www.geocities.com/codeiscool

Tell me if the game all-out crashes on you, but other than that I pretty much know what the glitches are ;-)

Here's some parody names that will be used the the complete game:

General Pepper - General Shepherd
Peppy Hair - Sheppy Hair (G. Shepherd's big fluffy son)
*Slippy Toad - Lippy Toad (cuz she talks too much)
Falco Lombardi - Flapco Bombardme

*up for reconsideration

Tell me what you think : )

Note: Think twice before running if you have a reaallly slow computer
User avatar
JediSonic
 
Posts: 1359
Joined: Thu Oct 16, 2003 12:33 pm
Location: The Bible Belt :D

Postby Fsiphskilm » Fri Oct 17, 2003 8:53 pm

so exactly how good are you with 3D
Last edited by Fsiphskilm on Sat Jan 14, 2017 6:08 pm, edited 1 time in total.
User avatar
Fsiphskilm
 
Posts: 3853
Joined: Mon Nov 03, 2003 12:00 pm
Location: USA

Postby EdHead » Fri Oct 17, 2003 9:00 pm

Is this MAC compatible?
The "Star Sheep" demo?
"He will be like a tree firmly planted by streams of water, which yeilds its fruit in its season and its leaf does not wither; and in whatever he does, he prospers."

Psalms 1:3

;)
User avatar
EdHead
 
Posts: 59
Joined: Sun Jun 29, 2003 4:00 am
Location: Orlando, FL

Postby JediSonic » Sat Oct 18, 2003 4:55 am

To Bouncer:
In answer to your question about how I learned programming, no I didn't take any college courses (although many people do).. I learned it on the Interenet! I started learning Java about a year and a half ago. Then sometime last spring I made the transition to C++ (which wasn't hard because Java code and C++ code are so similar) and made a 2D shooter game. You can play that game here (and it MIGHT be mac compatible): http://www.geocities.com/jedi_sonic_1990/cppgames
Then after I got bored with making 2-dimensional stuff, I went on to learn OpenGL and now here I am working on starsheep!

But, if you want to be a sucessful programmer it takes a lot of dedication and (especially at the beginning) study! You might be able to learn it a lot faster taking classes than on the interenet, but I wouldn't know. The good thing about being self taught is that 1)You're free to do what you want and 2) so is your checkbook!

To EdHead:
No, sorry I don't think it is. I haven't tested it on a MAC, but it uses windows API in the code, so I very much doubt it. On the other hand, if you were going to turn off your computer ANYWAY, you could always try it! LOL
User avatar
JediSonic
 
Posts: 1359
Joined: Thu Oct 16, 2003 12:33 pm
Location: The Bible Belt :D

Postby JediSonic » Sat Oct 18, 2003 4:57 am

Oh, and by the way, go to http://www.geocities.com/codeiscool/spinnerama.zip to see a cool OpenGL screensaver I made. Actually, don't use it as a screensaver because my computer didn't handle that very well ;-)
User avatar
JediSonic
 
Posts: 1359
Joined: Thu Oct 16, 2003 12:33 pm
Location: The Bible Belt :D

Postby true_noir_chloe » Sat Oct 18, 2003 11:34 am

I'm impressed. I love the names you chose for your game,especially Lippy Toad. :lol:

[size=84][color=seagreen]YOU SEE


You see into the deepest part of me ---

beyond the fog I hide behind.

You cast your light upon the shadows

that stretch like cobwebs in my mind.

You ease the pain when I am hurting,

and morbid visions from my past

pierce into the realm of Reason

as though I danced on blades of glass.

You grant me strength when I have fallen

and, once again, I've lost my way.

You take my hand in Yours and lead me

into the promise of a brand new day.

You bring order to all my chaos,

yet set my well-laid plans awry.

You place me on a firm foundation ---

then give me wings so I can fly.

You sand away my roughened edges

and polish all the dullest parts

until I stand before Your presence...

a newly-sculpted work of art.

You see into the heart within me,

right through my motives and selfish will.

And yet, in spite of all You see

You say You love me even still.


~by D.M.~

[/color][/size]
User avatar
true_noir_chloe
 
Posts: 3091
Joined: Wed Sep 10, 2003 12:00 pm
Location: Where Tex-Mex is the best! ^_____^

Postby Razgriz » Sat Oct 18, 2003 8:23 pm

Pretty cool!
Razgriz
 
Posts: 1186
Joined: Wed Aug 06, 2003 10:00 am

Postby EdHead » Sat Oct 18, 2003 8:29 pm

[quote="JediSonic"]Oh, and by the way, go to http://www.geocities.com/codeiscool/spinnerama.zip to see a cool OpenGL screensaver I made. Actually, don't use it as a screensaver because my computer didn't handle that very well ]

Hey dude! I don't know about everyone else but when I check that link, I get
"This page is not available". You might want to check it out.

And about the 2D game: I could download it and unzip it, but when I get to Infiniteace.exe, my PC says "There is no default application specified to open this with." It then lets me choose from all of my PC's files which one I would use to open Infiniteace.exe. It probably needs like a windows API code in order for it to recognize the file, right? :?:
"He will be like a tree firmly planted by streams of water, which yeilds its fruit in its season and its leaf does not wither; and in whatever he does, he prospers."

Psalms 1:3

;)
User avatar
EdHead
 
Posts: 59
Joined: Sun Jun 29, 2003 4:00 am
Location: Orlando, FL

Postby JediSonic » Sun Oct 19, 2003 8:42 am

Yeah, sorry I guess it probably wouldn't work on a MAC : P It's made with SDL, which probably does use windows API...

You should be able to get to my screensaver if you copy & paste the address to your address bar. Unfortunately, if the Sheep thing doesn't work on your comp the screensaver won't either : (
User avatar
JediSonic
 
Posts: 1359
Joined: Thu Oct 16, 2003 12:33 pm
Location: The Bible Belt :D

Postby shooraijin » Sun Oct 19, 2003 9:27 am

There is an SDL library for the Mac, but you'll need to recompile your source against it for it to work. If you're using DirectX, of course, it won't work at all.

n.b.: Pet peeve #474: MAC = Media Access Control (like a NIC's MAC address), Mac = Macintosh *gentle ahem*
"you're a doctor.... and 27 years.... so...doctor + 27 years = HATORI SOHMA" - RoyalWing, when I was 27
"Al hail the forum editting Shooby! His vibes are law!" - Osaka-chan

I could still be champ, but I'd feel bad taking it away from one of the younger guys. - George Foreman
User avatar
shooraijin
 
Posts: 9927
Joined: Thu Jun 26, 2003 12:00 pm
Location: Southern California

Postby EdHead » Sun Oct 19, 2003 7:08 pm

shooraijin wrote:There is an SDL library for the Mac, but you'll need to recompile your source against it for it to work. If you're using DirectX, of course, it won't work at all.

n.b.: Pet peeve #474: MAC = Media Access Control (like a NIC's MAC address), Mac = Macintosh *gentle ahem*


:sweat: Thanks for correcting my programer-talk!
I just like capital letters, I guess!

Yeah and... :red:
In non-programmer talk, what do you mean by "but you'll need to recompile your source against it for it to work"?
(and SDL while you're at it...)

Guess I have to visit a little site called webpedia.com... (but I'm not sure if it's the right address.) :rolls_eye
"He will be like a tree firmly planted by streams of water, which yeilds its fruit in its season and its leaf does not wither; and in whatever he does, he prospers."

Psalms 1:3

;)
User avatar
EdHead
 
Posts: 59
Joined: Sun Jun 29, 2003 4:00 am
Location: Orlando, FL

Postby shooraijin » Sun Oct 19, 2003 7:13 pm

No, no, that post was meant for JediS. But the MAC vs. Mac thing is just good, sound advice, like not wandering in traffic without armour plated clothing. ;)
"you're a doctor.... and 27 years.... so...doctor + 27 years = HATORI SOHMA" - RoyalWing, when I was 27
"Al hail the forum editting Shooby! His vibes are law!" - Osaka-chan

I could still be champ, but I'd feel bad taking it away from one of the younger guys. - George Foreman
User avatar
shooraijin
 
Posts: 9927
Joined: Thu Jun 26, 2003 12:00 pm
Location: Southern California

Postby JediSonic » Mon Oct 20, 2003 2:57 pm

Thanks for the info on the Mac SDL port, but I don't think it would be worth it to redo this project, provided that I could figure out where these files are in the first place ;-) I wouldn't be able to test it! LOL
User avatar
JediSonic
 
Posts: 1359
Joined: Thu Oct 16, 2003 12:33 pm
Location: The Bible Belt :D

Whee!!

Postby JediSonic » Tue Oct 21, 2003 2:37 pm

I just redid the entire site! YAY!

I now have a cool homepage which includes a link to CAA :)
It also links to the starsheep page, and the InfinitAce page, both of which have info on the download's version, license, and other data!

Tell me if you like :thumb:
User avatar
JediSonic
 
Posts: 1359
Joined: Thu Oct 16, 2003 12:33 pm
Location: The Bible Belt :D

Postby Heaven's Cloud » Tue Oct 21, 2003 3:31 pm

Where on the internet did you learn java, and C++?
"So it begins" - Theodon, King of Rohan
User avatar
Heaven's Cloud
 
Posts: 563
Joined: Wed Sep 17, 2003 5:57 pm
Location: Behind a computer

Postby JediSonic » Tue Oct 21, 2003 6:00 pm

Well, I'll make it simple for ya:

Java -- http://www.java.sun.com
C++ -- http://www.cplusplus.com

It's not that hard to figure out (and yes those are the sites where I learned them)
User avatar
JediSonic
 
Posts: 1359
Joined: Thu Oct 16, 2003 12:33 pm
Location: The Bible Belt :D

Postby inkhana » Tue Oct 21, 2003 8:37 pm

Hey, cool! Very simple and straightforward...^^


BOOSTER: Hey, No.1! Where's my cake?!
SNIFIT 1: Booster, Sir! There's a 70% chance the object you're standing on is a cake.
BOOSTER: What? THIS thing's a cake?

You have the power to say anything you want, so why not say something positive?
- Frank Capra

(in response to an interview question "Do you have a pet peeve having to do with this biz?")
People who write below their abilities in order to crank out tons of books and make a buck. Especially Christian authors who do that. Outsiders judge us for it, and make fun of us for it, and it makes Jesus look bad. We of all artists on earth should be the most concerned with doing our best possible work at all times. We of all people should write with all our hearts, as if writing for the Lord and not for men.
- Athol Dickson


Avatar by scarlethibiscus from LJ.
User avatar
inkhana
 
Posts: 3670
Joined: Fri May 30, 2003 10:00 am
Location: meh.

Indeed : )

Postby JediSonic » Wed Oct 22, 2003 6:00 am

Also, I believe there is a Java tutorial at howstuffworks.com, and I'm sure there is one for both at webmonkey.com, just to name a few!

If you're going to learn to program, rule number one: Google is your friend!
User avatar
JediSonic
 
Posts: 1359
Joined: Thu Oct 16, 2003 12:33 pm
Location: The Bible Belt :D

Postby true_noir_chloe » Sat Nov 01, 2003 7:35 pm

I just want to say I am so impressed with you JediSonic. :) Don't be upset, but you remind me so much of my 14-yar-old. He loves Sonic too. BTW, you have a very cool site. :thumb:

[size=84][color=seagreen]YOU SEE


You see into the deepest part of me ---

beyond the fog I hide behind.

You cast your light upon the shadows

that stretch like cobwebs in my mind.

You ease the pain when I am hurting,

and morbid visions from my past

pierce into the realm of Reason

as though I danced on blades of glass.

You grant me strength when I have fallen

and, once again, I've lost my way.

You take my hand in Yours and lead me

into the promise of a brand new day.

You bring order to all my chaos,

yet set my well-laid plans awry.

You place me on a firm foundation ---

then give me wings so I can fly.

You sand away my roughened edges

and polish all the dullest parts

until I stand before Your presence...

a newly-sculpted work of art.

You see into the heart within me,

right through my motives and selfish will.

And yet, in spite of all You see

You say You love me even still.


~by D.M.~

[/color][/size]
User avatar
true_noir_chloe
 
Posts: 3091
Joined: Wed Sep 10, 2003 12:00 pm
Location: Where Tex-Mex is the best! ^_____^

Postby JediSonic » Sun Nov 02, 2003 6:05 am

Thanks a lot! Does your son have an AIM account? Since you keep saying how much we have in common, we probably ought to talk! (just pm it to me if he has one)
User avatar
JediSonic
 
Posts: 1359
Joined: Thu Oct 16, 2003 12:33 pm
Location: The Bible Belt :D

Postby JediSonic » Mon Nov 10, 2003 5:52 am

I expect to have another demo version available tomorrow... been working on an awesome title screen :)
User avatar
JediSonic
 
Posts: 1359
Joined: Thu Oct 16, 2003 12:33 pm
Location: The Bible Belt :D


Return to Computing and Links

Who is online

Users browsing this forum: No registered users and 168 guests