/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  *  
  *  Welcome to My Programs Page!
  *  
  *  I have been programming since I was 11!
  *  This old section of my personal site, showcases my
  *  humble beginnings.
  *
  *  Have Fun!
  *  glen
  *
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
    
  int main()
  {
    return 0;
  }
 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  *  
  *  C and C++
  *  
  *  For speed and low-level control C/C++ are hard to 
  *  beat.
  *
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
  int c_cpp()
  {
    cout << "Hello World";
    return 0;
  }
COMPLETED PROJECTS:
You have toads everywhere? Time to bomb! Name: Horny Toads
Description: Kill an expanding population of toads. School group project. Over 200 hours in the making!
Zip Filesize: 1.98MB
Source Code: Not included. E-mail me a request.
Date: 1999
This current version will play in Windows XP (but may have some minor bugs).


INCOMPLETE OR ABANDONED PROJECTS
A nice Arkanoid clone. Name: Boxanoid
Description: You like DX Ball? You like Arkanoid? You'll like this!
Zip Filesize: ?MB
Source Code: Not included. E-mail me a request.
Date: 2000
A nice 2D-3D hybrid mapping system Name: "Mapper"
Description: I tried to make a mapping system like FFTactics.
Zip Filesize: 1.99MB
Source Code: Included in zip.
Date: 1999
 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  *  
  *  Java
  *  
  *  Java is a reasonable language with some complexity
  *
  *  Most of what I have programmed in Java was for school
  *  I recommend Eclipse if you are programming in Java.
  *
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

  private void java() throws IOException
  {
    println("Glen is a nerd.");
    return;
  }
COMPLETED PROJECTS:
CS142 Labs from Fall 1999 Name: CS142 Labs
Description: All the labs from the class! I was pissed I got an A-... it was an easy class.
Zip Filesize: 12KB
Source Code: Included of course.
Date: 1999
  <!--
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  *
  *  Javascript in HTML!
  *
  *  Fast, easy and effective. Javascript is essential for 
  *  web developers. Before jquery and others made 
  *  everything easy, I learned to do things the awkward
  *  way. :-)
  *
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  -->
  <html>
    <head>
      <title>My First Webpage!</title>
    </head>
    <body>
      Whoa... This is a web page!<br>
      I have to admit that some people go overboard with javascript with all their 
      little cursor snazzy animated gifs and crap.<br>
      Some people know way too much javascript... I AM ONE OF THOSE PEOPLE!<br>
    </body>  
  </html>
INCOMPLETE PROJECTS:
Play it on-line now Name: Tetris On-line
Description: A version of Tetris that is really a glorified web page!
Zip Filesize: ?
Source Code: Viewable through the web application.
Date: 2004
  { 
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  *
  *  Pascal is a gem of a language!
  * 
  *  It is a language that requires organization!
  *  I use(d) Turbo Pascal 7.0. Great fun!
  *
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  }

  Procedure Pascal(Times:Integer);
  Var i:Integer;
  Begin
    For i:= 1 to Times do begin
      Writeln('Glen''s website is cool');
    End;
  End;
COMPLETED PROJECTS:
PacMan with turbo pellets! Kicks @$$! Name: Turbo PacMan
Description: A PacMan clone with turbo pellets that make you go faster.
Zip Filesize: 116KB
Source Code: Not included. E-mail me a request.
Date: 1998
Not bad. Complete with level editor. Name: Lord of the Labrynth
Description: A school project done with Anthony Lyssy.
Zip Filesize: 200KB
Source Code: Included in zip.
Date: 1997
Pretty GUI. Easy to use. Name: Glen's Art Studio r2v4
Description: Art program with basic tools. Loads PCX, GXX* and DPC* format.
Zip Filesize: 69KB
Source Code: Not included. E-mail a request for it.
Date: 1998
Simple. Good source code for someone trying to get a start in graphics. Name: Turbo DeadSpace
Description: A very simple game. Code shows a good method for trig-based graphic rotation.
Zip Filesize: 69KB
Source Code: Included in zip.
Date: 1998
Not bad. Funny music. Name: Turbo BlockOut
Description: The old classic. Nice mouse routines for pascal.
Zip Filesize: 49KB
Source Code: Included in zip.
Date: 1997
Not bad. Funny music. Name: Turbo Tetris
Description: The old classic. I program this in every language.
Zip Filesize: 47KB
Source Code: Included in zip.
Date: 1997


INCOMPLETE PROJECTS:
Texas roads are crazy! Name: Texas Road Rampage
Description: Goofy game based on the driving experience in Texas.
Zip Filesize: 47KB
Source Code: Included in zip.
Date: 1997
Fly a helicopter! Name: Chopper Commando
Description: Based on the old classic.
Zip Filesize: 388KB
Source Code: Included in zip.
Date: 1997
Be a lego maniac Name: Lego Maniac
Description: Strange yet interesting.
Zip Filesize: 89KB
Source Code: Included in zip.
Date: 1998
 '* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 '*
 '*  BASIC!
 '*
 '*  Ah... the memories!
 '*
 '*  Make sure you have qbasic.exe
 '*  to run the bas files.
 '*
 '* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  BASIC:
    SCREEN 0
    CLS
    LOCATE 9, 25
    COLOR 14
    PRINT "        My first QBasic Program!"
    PLAY "o1L40gggfffaaagggfffeeeddo0gggggo2b-bb-bb-bb-bb-b"
    DO
    LOOP WHILE INKEY$ = ""
    END
COMPLETED PROJECTS:
Its not bad for a QBasic-coded program! Name: Tetris
Description: Typical Tetris except with an occasional bomb.
Zip Filesize: 32KB
Source Code: Included in zip.
Date: October 1996
Watch a funny looking G-Pencil! Name: Basically Better Intro
Description: An old production intro featuring my icon. He looks funny!
Zip Filesize: 18KB
Source Code: Included in zip.
Date: 1996?


INCOMPLETE PROJECTS:
Off to a good start, then... Name: The Legend of Luckothy
Description: I had the help of computer wizard Hyrum Wright on this one, but it didn't get far.
Zip Filesize: 220KB
Source Code: Included in zip.
Date: 1995?
A little strange and frustrating at times. Name: Lord of the Labrynth
Description: I made a better version of this in the PASCAL section.
Zip Filesize: 47KB
Source Code: Included in zip.
Date: May 1996
Zelda ruled! And this... well... sucks. Name: Dungeons of Doom
Description: Only one level with no bad guys! But you're welcome to check out the code.
Zip Filesize: 36KB
Source Code: Included in zip.
Date: 1996?
Looks crappy? It is! :) Name: Banzai Bike Trails
Description: Pure crap! Second game I EVER MADE.
BAS Filesize: 42KB
Source Code: Nothing but!
Date: 1994?
My first game EVER! Name: "Maze"
Description: MY FIRST GAME EVER!!! Sentimental value. None else.
ZIP Filesize: 11KB
Source Code: Included in zip.
Date: 1994?
I have programmed in some pretty weird languangesbr/>
STUDIO 7:
Slippy the Psycho Penguin - Strange but fun game