C Board  

Go Back   C Board > Community Boards > A Brief History of Cprogramming.com

 
 
LinkBack Thread Tools Display Modes
Old 04-07-2002, 08:25 AM   #1
Registered User
 
Join Date: Apr 2002
Posts: 48
Sprites In Console

I'm starting out with making games for the console first. Here's a few q's about using sprites and all.

1) What's a good format to use for sprites in console for programming?
2) What's the fastest and easiest way to load it into the console?
3) Tutorials on making it move?
4) Transparency?
5) Any kind of tutorial that explains all this stuff on making games in console?
__________________
Hey, you gotta start somewhere
c++_n00b is offline  
Old 04-07-2002, 12:12 PM   #2
Registered User
 
xds4lx's Avatar
 
Join Date: Nov 2001
Posts: 626
hmm,

1) you cant use any graphics on a console window, you have to set the video mode if you are using DOS.(Although your program will run from a DOS window)
2) graphics arent loaded to your window, you load them then display them.
3) if your character has coords increase the x, val for left or decrese for right movement and same for jump but you will need to work w/ some physics to simulate gravity.
4) Is slow without hardware support
5) If you are trying to make DOS games look here in the tutorials section for examples on setting the video mode under DOS
__________________
"only two things are infinite, the universe and human stupidity, and im not sure about the former." - albert einstein
xds4lx is offline  
Old 04-09-2002, 06:38 AM   #3
Unregistered
Guest
 
Posts: n/a
I know how you can do this, the commands etc. and I'm really willing to help you. Unfortunately there is such policy on this board that if I say, all my messages may be deleted.
 
Old 04-12-2002, 09:28 PM   #4
Registered User
 
Join Date: Apr 2002
Posts: 48
um... ok...
how do you 'set the video mode in dos' or watever you said? there's no tutorials here but thx anyway. I'll rephrase the subject. "Sprites in DOS". Sound better now? Thx anyways though...
__________________
Hey, you gotta start somewhere
c++_n00b is offline  
Old 04-13-2002, 07:02 AM   #5
Unregistered
Guest
 
Posts: n/a
There are no video modes in console
 
 

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Console, Terminal and Terminal Emulator lehe C Programming 4 02-15-2009 09:59 PM
Full Screen Console St0rmTroop3er C++ Programming 1 09-26-2005 09:59 PM
Problems with a simple console game DZeek C++ Programming 9 03-06-2005 02:02 PM
Console Functions Help Artist_of_dream C++ Programming 9 12-04-2004 03:44 AM
Just one Question? Irish-Slasher C++ Programming 6 02-12-2002 10:19 AM


All times are GMT -6. The time now is 03:20 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22