Jump to content

Noob programmer question


casey0726
 Share

Recommended Posts

Ok, so just recently I upgraded my leadwerks to C++ and an idea occured to me. Once I get to learning the basics of C++ out of the way, how hard would it be to port an old opensource DOS game to the Leadwerks engine? My idea would be to make the game 3D. I don't have any specific games in mind for now, was just wondering.

Link to comment
Share on other sites

well DOS games are all 2D so entirely new graphics would have to be created to make the games 3D as your wanting. Other than that it would be like making a new game with the exception of the story and game play has already been planned and thought out for you. Make sure that if you do this and distribute it at all that you have proper licenses.

bool Life()
{
 while(death=false)
 {
   if(death==true)
   return death;
 }
}

 

I have found the secret to infinite life

 

Did I help you out? Like my post!

Link to comment
Share on other sites

I was mainly looking at the Free GNU license ones. Particulary ones that have been ported to other platforms. I want to make a remake of a game. I think a bunch DOS games back in the day have alot originality to them in terms compared to other games made today. I also plan to make the game free so I won't be profiting off it. It's just for fun so I can get a good knowledge of C++ by the time I'm finished with the project. I was hopeing that maybe by refrencing and studying the pre-existing code it might be easier to learn versus starting from scratch. Reason I ask is due to my poor programming knowledge.

Link to comment
Share on other sites

Takes a while to learn c++ . I would try developing one of aggrors tutorials first and the when experienced start converting your dos games.

 

 

 

amd quad core 4 ghz / geforce 660 ti 2gb / win 10

Blender,gimp,silo2,ac3d,,audacity,Hexagon / using c++

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...