Go Back   CodingForums.com > :: Computing & Sciences > Computer Programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-30-2012, 01:00 PM   PM User | #1
Justsawyer
New Coder

 
Join Date: Nov 2012
Posts: 17
Thanks: 1
Thanked 0 Times in 0 Posts
Justsawyer is an unknown quantity at this point
Usb drive game

I want to make an rpg type game that can be played off a flash drive, probably off windows, but. I know nothing about coding so what language should I use? also is there one that would be good for running on poop computer with any operatying system
Justsawyer is offline   Reply With Quote
Old 11-30-2012, 05:46 PM   PM User | #2
alykins
Senior Coder

 
alykins's Avatar
 
Join Date: Apr 2011
Posts: 1,608
Thanks: 37
Thanked 183 Times in 182 Posts
alykins will become famous soon enough
Quote:
Originally Posted by Justsawyer View Post
running on poop computer
Preferably C(orn) so it can save your progress in the Kernel

lol

seriously though C would be a good choice as it would support most OS and OS versions
__________________

I code C hash-tag .Net
Reference: W3C W3CWiki .Net Lib
Validate: html CSS
Debug: Chrome FireFox IE
alykins is offline   Reply With Quote
Users who have thanked alykins for this post:
Justsawyer (11-30-2012)
Old 11-30-2012, 09:37 PM   PM User | #3
Justsawyer
New Coder

 
Join Date: Nov 2012
Posts: 17
Thanks: 1
Thanked 0 Times in 0 Posts
Justsawyer is an unknown quantity at this point
Thanks ^_^ I did some research on my own and was thinking about doing it in C, not know much about any coding language wasen't sure, BUT with a profile picture as a horse telling me to code in it, you bet i'm going to do it.

Also If I do make the whole game I'll put your name in the credits <3
Justsawyer is offline   Reply With Quote
Old 11-30-2012, 09:44 PM   PM User | #4
Justsawyer
New Coder

 
Join Date: Nov 2012
Posts: 17
Thanks: 1
Thanked 0 Times in 0 Posts
Justsawyer is an unknown quantity at this point
Also whats a good program to write C in?
Justsawyer is offline   Reply With Quote
Old 11-30-2012, 09:49 PM   PM User | #5
WolfShade
Regular Coder

 
Join Date: Apr 2012
Location: St. Louis, MO, USA
Posts: 951
Thanks: 7
Thanked 98 Times in 98 Posts
WolfShade is an unknown quantity at this point
I'm not a C coder, myself, but I think the most commonly used app is Borlands.
__________________
^_^

If anyone knows of a website that can offer ColdFusion help that isn't controlled by neurotic, pedantic jerks* (stackoverflow.com), please PM me with a link.
*
The neurotic, pedantic jerks are not the owners; just the people who are in control of the "popularity contest".
WolfShade is online now   Reply With Quote
Old 12-05-2012, 03:17 PM   PM User | #6
Justsawyer
New Coder

 
Join Date: Nov 2012
Posts: 17
Thanks: 1
Thanked 0 Times in 0 Posts
Justsawyer is an unknown quantity at this point
bump, still don't know a good program to code C in :/
Justsawyer is offline   Reply With Quote
Old 12-05-2012, 03:46 PM   PM User | #7
alykins
Senior Coder

 
alykins's Avatar
 
Join Date: Apr 2011
Posts: 1,608
Thanks: 37
Thanked 183 Times in 182 Posts
alykins will become famous soon enough
Quote:
Originally Posted by Justsawyer View Post
Thanks ^_^ I did some research on my own and was thinking about doing it in C, not know much about any coding language wasen't sure, BUT with a profile picture as a horse telling me to code in it, you bet i'm going to do it.

Also If I do make the whole game I'll put your name in the credits <3
Thanks :P
& those are my boys

I don't know C either, I just know it's advantages. I would try starting here... these guys seem to be pretty good and they focus on having you understand the language and how it works from a low level. They strive to take out the 'fun' IDE's for starting out so when you begin to use them you really appreciate their power. They should inform you where to get a compiler or IDE. (sorry w/ holidays didn't see your repost of Q)
__________________

I code C hash-tag .Net
Reference: W3C W3CWiki .Net Lib
Validate: html CSS
Debug: Chrome FireFox IE
alykins is offline   Reply With Quote
Old 12-06-2012, 04:27 PM   PM User | #8
oracleguy
Rockstar Coder


 
Join Date: Jun 2002
Location: USA
Posts: 9,043
Thanks: 1
Thanked 322 Times in 318 Posts
oracleguy is a jewel in the roughoracleguy is a jewel in the roughoracleguy is a jewel in the rough
What kind of RPG are you wanting to make? Something that is text based or do you want graphics? If you want it to be graphical (even 2D only) I wouldn't use C, especially if you want it to be cross platform. I would take a look at an off the shelf video game engine and IDE instead and write in something a little higher level. But it really depends what type of RPG you want to make and how complex it is going to be.

However I will warn you that games are hard and don't overreach on your first coding project. It doesn't need to compete with the Elder Scrolls games.
__________________
OracleGuy
oracleguy is offline   Reply With Quote
Old 12-06-2012, 11:32 PM   PM User | #9
rvialoux
New Coder

 
Join Date: Dec 2012
Posts: 15
Thanks: 3
Thanked 0 Times in 0 Posts
rvialoux is an unknown quantity at this point
Quote:
Originally Posted by Justsawyer View Post
bump, still don't know a good program to code C in :/
I think if you are new to programming, you're going to have a hell of a time in C. It would be a good place to start, but I don't think it's going to be easy. You might end up reading a book or two about C first.
rvialoux is offline   Reply With Quote
Old 12-21-2012, 08:29 AM   PM User | #10
DELOCH
Regular Coder

 
DELOCH's Avatar
 
Join Date: Apr 2006
Location: Canada
Posts: 537
Thanks: 4
Thanked 2 Times in 2 Posts
DELOCH is an unknown quantity at this point
Does anybody know how to go around making basic monitor/mouse/keyboard control program that runs off a floppy/CD at startup on BIOS before the higher level OS is loaded? It sounds pretty interesting... I am very curious

USB seems a bit harder, but BIOS based things like that are all over the place, how do they do it?
DELOCH is offline   Reply With Quote
Old 01-03-2013, 04:51 AM   PM User | #11
paulinetaylor85
New Coder

 
Join Date: Oct 2012
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
paulinetaylor85 is an unknown quantity at this point
Smile Regarding PHP language

Yes, I also would like to suggest you to go with C Coder language.
paulinetaylor85 is offline   Reply With Quote
Reply

Bookmarks

Tags
doop, game, poop, usb

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:17 PM.


Advertisement
Log in to turn off these ads.