Altitude Game: Forums  

Go Back   Altitude Game: Forums > Altitude Discussion > The Water Cooler
FAQ Community Calendar

The Water Cooler Discuss unrelated topics. Keep it clean. Keep it nice.

Reply
 
Thread Tools Display Modes
  #1  
Old 02-09-2011, 11:31 PM
leggomyeggo leggomyeggo is offline
Senior Member
 
Join Date: Sep 2009
Location: http://24.media.tumblr.com/tumblr_l76jo1xRKb1qbe82eo1_500.jpg
Posts: 2,678
Default Altitude (Alice Version)

As some of you may know: there's a program out there called Alice (Real programmers will probably hate this). Basically, it's a program that allows you to place 3D objects into an environment and then create a storyboard (or in my case, a game) based off of movements such as move, turn, roll, etc.

Well, I've been working in this at my engineering classes and I was told to make a game out of it. First thing I thought of was plains and chutin them down (pfft, who wouldn't?). So, without further ado, I give you: Altitude. Also, before you guys start hatin', I know they don't fire back and it looks silly, but I am working on it and it's still in it's beta phase, if you will. Another thing, you cannot load this program without installing Alice (and they are both perty big files (Altitude being 14889 Kb, idk what Alice is). Not trying to discourage you from trying it, but just so you know.

If you do happen to try it out, please leave feedback and anything wrong with the program (i.e plain doesn't chute, there's a hacker in here and he stole my sammich!, the other plain shot me without being able to shoot..fkin hackers, i randomly get disconnected from the non-existant server, etc).

Last but not least: The Instructions

Step 1: Install Alice
Step 2: Download Altitude
Step 3: Run alice and open up the file you just downloaded^^
Step 4: Press "Play"
Step 5: Choose your character (type in the letter of the character you want)
Step 6: Press enter
Step 7: Controls: Up makes you turn forward (pointing down), down makes you turn backward (Pointing up), left to go left, right to go right, C to fire missiles, space bar to view your rear (don't even think about it)
Step 7: CHUTE THEIR PLAINS!!! Or just run into them and be a kamikaze, that works too.

***Some abstract textures created with www.neave.com imagination tool***

Last edited by leggomyeggo; 02-12-2011 at 05:22 AM. Reason: New skins/Firing system fixed
Reply With Quote
  #2  
Old 02-10-2011, 12:20 AM
Blue Blue is offline
Banned
 
Join Date: Dec 2009
Location: Connecticut/On tour with my band
Posts: 1,159
Default

Downloading it all. Just so you guys know, I'm a tech guy, and that file Altitude is about 14.5 MB, probably for most computers about a 10-30 second download.
Reply With Quote
  #3  
Old 02-10-2011, 12:28 AM
Blue Blue is offline
Banned
 
Join Date: Dec 2009
Location: Connecticut/On tour with my band
Posts: 1,159
Default

Very Cool!
Reply With Quote
  #4  
Old 02-10-2011, 12:31 AM
[Y] [Y] is offline
Senior Member
 
Join Date: Nov 2009
Location: The mafia hideout.
Posts: 3,254
Default

I made a biplane chuter for my Alice Java class.

It kinda sucked, but I still have Alice, let's check out yours.

edit: After careful consideration I decided Alice sucks in general. There's probably a reason programmers hate it.

Last edited by [Y]; 02-10-2011 at 12:37 AM.
Reply With Quote
  #5  
Old 02-10-2011, 01:08 AM
classicallad classicallad is offline
Senior Member
 
Join Date: Jun 2009
Location: On the base - blockin ur bombs
Posts: 3,125
Default

Programming is an alien language to me, props to the guys who do it, max respect.
Reply With Quote
  #6  
Old 02-10-2011, 07:23 PM
Demuyt Demuyt is offline
Super Moderator
 
Join Date: Jun 2009
Location: Bath, UK
Posts: 3,427
Send a message via Skype™ to Demuyt
Default

Quote:
Originally Posted by Blue View Post
I'm a tech guy
Weren't you the one who was asking why he couldn't use png files?
Reply With Quote
  #7  
Old 02-10-2011, 08:02 PM
Blue Blue is offline
Banned
 
Join Date: Dec 2009
Location: Connecticut/On tour with my band
Posts: 1,159
Default

Quote:
Originally Posted by Demuyt View Post
Weren't you the one who was asking why he couldn't use png files?
yes, but I wanted to know what my HP would say to trying to open a mac file.
Reply With Quote
  #8  
Old 02-10-2011, 10:37 PM
Pieface Pieface is offline
Super Moderator
 
Join Date: Aug 2009
Posts: 1,265
Default

while True:
print 'Blue being a "tech guy" because he can time how long it takes him to download something is about as convincing as when he posted copyrighted work and claimed to be a "graphic designer."'

else:
print 'Just kidding Blue, you're great at this stuff!'
On another note, I'm in the finishing stages of writing a Python Pacman game - just beginning to understand how difficult even the simplest stuff really is.

Last edited by Pieface; 02-10-2011 at 10:49 PM.
Reply With Quote
  #9  
Old 02-10-2011, 10:51 PM
nobodyhome nobodyhome is offline
Senior Member
 
Join Date: Apr 2009
Posts: 1,088
Default

your else clause has no preceding "if" for it to be an else for, yo.

Quote:
Originally Posted by Pieface View Post
while True:
print 'Blue being a "tech guy" because he can time how long it takes him to download something is about as convincing as when he posted copyrighted work and claimed to be a "graphic designer."'

else:
print 'Just kidding Blue, you're great at this stuff!'
On another note, I'm in the finishing stages of writing a Python Pacman game - just beginning to understand how difficult even the simplest stuff really is.
Reply With Quote
  #10  
Old 02-10-2011, 10:59 PM
Demuyt Demuyt is offline
Super Moderator
 
Join Date: Jun 2009
Location: Bath, UK
Posts: 3,427
Send a message via Skype™ to Demuyt
Default

Quote:
Originally Posted by Blue View Post
yes, but I wanted to know what my HP would say to trying to open a mac file.
png's aren't "mac files".

printf; no code pl0x
Reply With Quote
  #11  
Old 02-10-2011, 11:10 PM
Pieface Pieface is offline
Super Moderator
 
Join Date: Aug 2009
Posts: 1,265
Default

Quote:
Originally Posted by nobodyhome View Post
your else clause has no preceding "if" for it to be an else for, yo.
the else clause would execute if my while loop ever ended, noob. lrn2python
Reply With Quote
  #12  
Old 02-10-2011, 11:23 PM
nobodyhome nobodyhome is offline
Senior Member
 
Join Date: Apr 2009
Posts: 1,088
Default

Quote:
Originally Posted by Pieface View Post
the else clause would execute if my while loop ever ended, noob. lrn2python
oh. what the heck is this newfangled python code **** using else clauses without an if. and in that case, also your code has an infinite loop yo? and an else clause that will never get executed.
Reply With Quote
  #13  
Old 02-10-2011, 11:50 PM
Ribilla Ribilla is offline
Senior Member
 
Join Date: Nov 2010
Location: In ur base, defusin' ur bombs.
Posts: 2,659
Default

What is this modern ****, please do again in C++ kthx.
Reply With Quote
  #14  
Old 02-10-2011, 11:57 PM
Ribilla Ribilla is offline
Senior Member
 
Join Date: Nov 2010
Location: In ur base, defusin' ur bombs.
Posts: 2,659
Default

#include <iostream>
using namespace std;


int main ()
{
bool blueisanub;

cout << "is blue a nub? Enter 1 for true, 0 for false" << endl;
cin >> blueisanub;

if (blueisanub==true) cout << "Blue being a 'tech guy' because he can time how long it takes him to download something is about as convincing as when he posted copyrighted work and claimed to be a 'graphic designer'" << endl;

else

cout << "Just kidding Blue, you're great at this stuff!" << endl;

return 0;

}

EDIT: Sorry for thread derail leggo.
Reply With Quote
  #15  
Old 02-11-2011, 12:17 AM
Pieface Pieface is offline
Super Moderator
 
Join Date: Aug 2009
Posts: 1,265
Default

Quote:
Originally Posted by nobodyhome View Post
your code has an infinite loop yo? and an else clause that will never get executed.
But that's the point! D:
Reply With Quote
  #16  
Old 02-11-2011, 12:49 AM
Polio Polio is offline
Senior Member
 
Join Date: Dec 2009
Location: ( ? )( ? )( ? )
Posts: 102
Default

Quote:
Originally Posted by Pieface View Post
while True:
print 'Blue being a "tech guy" because he can time how long it takes him to download something is about as convincing as when he posted copyrighted work and claimed to be a "graphic designer."'

else:
print 'Just kidding Blue, you're great at this stuff!'
On another note, I'm in the finishing stages of writing a Python Pacman game - just beginning to understand how difficult even the simplest stuff really is.
Python is great, however if you're just making games as a hobbyist I would recommend XNA Game Studio, it's quite nice, and you can use it to make Xbox 360 games as well as PC games. The language is C# but if you're familiar with Java you should have no problem making the switch. Also there's an abundance of helpful material out there about it, also it's free.
Reply With Quote
  #17  
Old 02-11-2011, 01:09 AM
[Y] [Y] is offline
Senior Member
 
Join Date: Nov 2009
Location: The mafia hideout.
Posts: 3,254
Default

You guys still using Java, Python, and C++? lol nubs.
Code:
HAI
CAN HAS LOLBRARY?
IM IN YR LOOP
     UP VAR!!1
     VISIBLE "PRLOLGRAMMER NUBS"
     IZ VAR BIGGER THAN 999999? KTHX
IM OUTTA YR LOOP
KTHXBYE

Last edited by [Y]; 02-11-2011 at 01:21 AM.
Reply With Quote
  #18  
Old 02-11-2011, 01:30 AM
Boko Boko is offline
Banned
 
Join Date: Feb 2010
Location: Cocation
Posts: 1,392
Default

Quote:
Originally Posted by [Y] View Post
You guys still using Java, Python, and C++? lol nubs.
Code:
HAI
CAN HAS LOLBRARY?
IM IN YR LOOP
     UP VAR!!1
     VISIBLE "PRLOLGRAMMER NUBS"
     IZ VAR BIGGER THAN 999999? KTHX
IM OUTTA YR LOOP
KTHXBYE
LOLCODE is awesome.

But I prefer

Console.Writeline("/thread");
Reply With Quote
  #19  
Old 02-11-2011, 01:31 AM
leggomyeggo leggomyeggo is offline
Senior Member
 
Join Date: Sep 2009
Location: http://24.media.tumblr.com/tumblr_l76jo1xRKb1qbe82eo1_500.jpg
Posts: 2,678
Default

Quote:
Originally Posted by Ribilla View Post
EDIT: Sorry for thread derail leggo.
Nah, I like seeing blue get tech-pwnt xD. Atleast the thread is getting some publicity ^^
Reply With Quote
  #20  
Old 02-11-2011, 04:29 AM
Kaizen Kaizen is offline
Senior Member
 
Join Date: Sep 2010
Location: Boston, MA
Posts: 162
Default

Dim msg as String

On Error GoTo Hell

Hell:
msg="This thread"
MsgBox(msg,0,"")

End

Last edited by Kaizen; 02-11-2011 at 04:29 AM. Reason: I'll check out your Alice thing over the weekend! :D
Reply With Quote
  #21  
Old 02-11-2011, 05:19 AM
ModernArcher ModernArcher is offline
Senior Member
 
Join Date: Mar 2010
Location: with bongs & nips GFs <3
Posts: 302
Default

so many coders in here o.O
Reply With Quote
  #22  
Old 02-12-2011, 01:38 AM
leggomyeggo leggomyeggo is offline
Senior Member
 
Join Date: Sep 2009
Location: http://24.media.tumblr.com/tumblr_l76jo1xRKb1qbe82eo1_500.jpg
Posts: 2,678
Default

Update: Skins/Firing system fixed (I think)

Available skins: Lava, water, chrome, gold, space, abstract, and green

To add a skin to your biplain, on the top left of the alice programming window, click on Biplane3. Next, go to properties. Click on the drop down box next to Skin Texture. Choose your skin (they should be one of the last items there).

**Top post updated with download link**
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:23 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.
2008 Nimbly Games LLC