Gfx for Mario game

Started by
2 comments, last by Rhaal 19 years, 4 months ago
How would i program gfx for like the goomba and stuff, and mario in C++ on like Dev C++ or something? Know of any C++ game tutorials? thnx, CCGames
I'm 14,i design games,and I own CCGames,i have made about 15 games,mostly with Game Maker,PM me if you know how to create a level editor on GM :Pwww.coryandgrant.uni.cchttp://s4.invisionfree.com/ccgames_community JOIN!!!
Advertisement
Are you using any sort of API (DX, OGL, SDL, etc.) or is this in straight C++?

Basically, you are going to want to make/download images for all the characters and import them into your game to draw.

There are supposedly some good tutorials on Gametutorials, but I don't have any experience with them. You are probably going to want to learn basic programming skills first before you try to do any graphics, though. Try to learn all the basics and make some simple text based games (guess the number, Tic Tac Toe, etc.).

Good luck...
Sean Henley [C++ Tutor]Rensselaer Polytechnic Institute
It seems you probably need to learn an API first but I will post this anyway
http://tsgk.captainn.net/sprites.php?s=snes&g=supermarioworld
Quote:Original post by ccgames
How would i program gfx for like the goomba and stuff, and mario in C++ on like Dev C++ or something?
Know of any C++ game tutorials?
thnx,
CCGames


Well, being the GameDev community, we know plenty of tutorials :) However, to pick one for you we're going to need a little background. Do you know C++ yet? If so, how experienced are you with it?
- A momentary maniac with casual delusions.

This topic is closed to new replies.

Advertisement