Search found 36 matches

by Austin
Sun Feb 17, 2008 11:46 pm
Forum: News and Announcements
Topic: Matrix Solver
Replies: 1
Views: 10618

Matrix Solver

It's been a while since I have posted here; but I am very much alive and programming. This is my third project done with QBASIC. Matrix Solver v1.2 - By: Austin Jackson (Me): A program that can add, subtract, and multiply 2x2 and 3x3 matrices. I made this program because my math teacher is assigning...
by Austin
Mon Oct 22, 2007 11:07 am
Forum: News and Announcements
Topic: Wiz (My Second Game)
Replies: 3
Views: 12255

The game has a few bugs I know, I'm still fixing walking through buildings and into UI, and off map on rabbit's hole map. The game will be completed upon release of v1.0, I will have v.7 up tonight, or tomorrow. As of Last Night I have fixed, not seeing your player upon start and opening to a new ma...
by Austin
Sun Oct 21, 2007 10:45 pm
Forum: News and Announcements
Topic: Wiz (My Second Game)
Replies: 3
Views: 12255

Wiz (My Second Game)

My second game in QBASIC. Just for a simple title I called it Wiz, you become a wizard and then go on to kill the Evil Lord in the Castle at the end. This game is a lot better than my first game. Please post your comments and suggestions! MAKE SURE TO READ THE HOW TO PLAY AND REMEMBER THE COMMANDS B...
by Austin
Fri Oct 19, 2007 3:51 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Simple QBASIC Question
Replies: 6
Views: 10958

Wow alright, the CASE is a lot easier to use and a lot less typing. Also, good to know is when none of the cases is met to use
CASE ELSE PRINT "Please choose 1, 2, 3 or 4."
END SELECT

Thanks for the Reply!
Austin
by Austin
Fri Oct 19, 2007 3:48 pm
Forum: General Discussion
Topic: Anim8or
Replies: 7
Views: 13790

Glad to hear you like Anim8or!
As for Wings3D in my opinion the program has great results but the interface is crappy. You have to know all these keyboard shortcuts and certain button presses to be able to operate the program.

All the Best,
Austin
by Austin
Thu Oct 18, 2007 10:55 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Simple QBASIC Question
Replies: 6
Views: 10958

Ah, ELSEIF command.

Thanks so much!
Austin
by Austin
Thu Oct 18, 2007 6:32 am
Forum: General Discussion
Topic: Anim8or
Replies: 7
Views: 13790

Great! The first 3d animator I understand :P. Easy to use and good results. Thanks! I am going to use it! Glad you like it, I suggest you take the hand tutorial. Go to the main page, click tutorials and then click on the hand tutorial. When I first found this program thats the first tutorial I took...
by Austin
Wed Oct 17, 2007 6:54 pm
Forum: General Discussion
Topic: Anim8or
Replies: 7
Views: 13790

Thanks. I was always interested in 3D modeling, but only so I could create simple objects to paste on my static 2D images. Hope this will help. No problem m8, also if you don't like this program there are quite a few free 3D applications out there. Google some of these if you don't like anim8or. Bl...
by Austin
Wed Oct 17, 2007 6:47 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Simple QBASIC Question
Replies: 6
Views: 10958

Hmm, that works but seems to only work if there were 2 choices. How would you write it if you had 4 options:
1. Male
2. Female
3. Cyborg
4. None

Thanks for the reply,
-Austin
by Austin
Wed Oct 17, 2007 2:38 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Simple QBASIC Question
Replies: 6
Views: 10958

Simple QBASIC Question

Ok heres the code: PRINT "Select a gender:" PRINT "1. Male" PRINT "2. Female" GENDER: INPUT "> ", G$ IF G$ = "1" THEN PRINT PRINT "1, Selected." ELSE PRINT "Please select 1 or 2." GOTO GENDER END IF IF G$ = "2" THEN PRIN...
by Austin
Tue Oct 16, 2007 5:46 pm
Forum: General Discussion
Topic: Anim8or
Replies: 7
Views: 13790

Anim8or

I'm cheap, I like free stuff. Say hello to free 3D non-complex if you read a guide program. Called Anim8or it is a simple 3D program with fairly good results if you are not going for anything to fancy.

http://www.anim8or.com

-Austin :D
by Austin
Tue Oct 16, 2007 5:18 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Linux QBasic
Replies: 6
Views: 14302

Sorry again. I have decided to go back to XP even though I hate it, everything is compatible with it and I'm not going to even try out the vista lol, I'll wait a year or so for that. Anyways, I'm going to start a sprite game with a story line. -Austin P.S. Sorry k7 that I didn't do your comp, been t...
by Austin
Tue Sep 25, 2007 8:03 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Linux QBasic
Replies: 6
Views: 14302

Linux QBasic

Sorry I have not been around, school has been really been weighing me down. I recently switched my Operating System to Ubuntu Gusty T5 (Linux). I had to completely wipe out Windows OS because of Virus problems. I'm liking the change mostly. Question: Where can I find a download of a QBasic Programmi...
by Austin
Sat Sep 08, 2007 1:05 pm
Forum: News and Announcements
Topic: Munshkin
Replies: 8
Views: 19893

Yes, but I don't think I'm going to be able to finish this game sadly. I have been gone for a while because my computer got the infamous "Blue Screen of Death" I had to swipe my computer. In the process I lost my .bas file for Munshkin. So I'm going to move on to different programming chal...
by Austin
Sat Sep 08, 2007 12:55 pm
Forum: General Discussion
Topic: text adventures
Replies: 10
Views: 24524

I love text games! The original Adventure (first text game) was just awesome. I have a copy of it some where on my PC. Zork is also great.. I have a php link, I'll post it later. The only text game that I have played long term is BatMUD. Which is an online text like game. Really great, http://www.ba...
by Austin
Wed Aug 22, 2007 12:28 am
Forum: News and Announcements
Topic: Wire V.1 is finished, V.2 is soon to be ready
Replies: 6
Views: 16404

I'd like one, and also do you think you can send me your 3d engine?

Regards,
Austin
by Austin
Wed Aug 15, 2007 4:46 pm
Forum: News and Announcements
Topic: New tutorial
Replies: 11
Views: 24452

I voted for a wireframe tutorial, because I don't really know how to do 3D in QBASIC. I am 3D modeler, so incorporating that in my QBASIC games would be awesome.. Also, you said that you made a wireframe engine that can do 3D great. Do you think you could send that to me? austinsmilee@yahoo.com Rega...
by Austin
Wed Aug 15, 2007 4:41 pm
Forum: General Discussion
Topic: 2nd Programming Competition Thread
Replies: 26
Views: 42408

Scientific nature park.... Can we pick a new one like, your in a Magic Theme Park, but when you accidentally get locked in the park all magic becomes real! You must fight your way out!

-Austin
by Austin
Tue Aug 14, 2007 9:27 pm
Forum: News and Announcements
Topic: New tutorial
Replies: 11
Views: 24452

I'm relatively new to the QBASIC community, what is a wireframe tutorial? I know like what wireframe models are in a 3D program... Anything similar to that?

Regards,
Austin
by Austin
Tue Aug 14, 2007 5:33 pm
Forum: General Discussion
Topic: 2nd Programming Competition Thread
Replies: 26
Views: 42408

If we do 3d, maybe I could try faking 3d with with small .bmp images in OpenGL. But someone needs to get a comp started quick!