Thread: My first game

  1. #1
    Dr Dipshi++ mike_g's Avatar
    Join Date
    Oct 2006
    Location
    On me hyperplane
    Posts
    1,218

    My first game

    This is the first game I made. Play it if you like, its an old school shoot em up coded in Blitz Basic. I made it about a year ago and the physics suck, but its mildly entertaining. The graphics and stuff were also done by me. You can download it here. Sorry the web hosting service don't allow direct linking.

    I would have chucked it in the 'post you games here' thread, but it dosent meet half the criteria. I think the source is included, but trust me you dont want to look at it

    Anyway, have fun Suggestions and stuff are allways welcome

  2. #2
    Registered User
    Join Date
    Apr 2007
    Posts
    102
    Ahh.. good old blitz basic
    Got extremely disappointed converting from Blitz to C++ lol. Took me forever just to figure out how to draw a triangle to the screen in a window probably close to a year.
    My Favorite Programming Line:
    Code:
    #define true ((rand() % 2) ? true : false)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how do the game engine and the api interact?
    By Shadow12345 in forum Game Programming
    Replies: 9
    Last Post: 12-08-2010, 12:08 AM
  2. Open Source / Semi Open source game idea. Help needed
    By CaptainPatent in forum Projects and Job Recruitment
    Replies: 10
    Last Post: 05-16-2007, 10:44 AM
  3. game engine advice?
    By stien in forum Game Programming
    Replies: 0
    Last Post: 01-23-2007, 03:46 PM
  4. My Maze Game --- A Few Questions
    By TechWins in forum Game Programming
    Replies: 18
    Last Post: 04-24-2002, 11:00 PM