Search:

Type: Posts; User: nosfearatu

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    898

    Coding a Forum?

    How would you go about coding a forum in C++?
  2. Replies
    5
    Views
    2,375

    Last Boss Recruitment

    We're a fairly new game company. Working on our first project, have a site that is up and running, and a blog.

    You can visit us at lastboss.net .

    You can fill the app there on our site or email...
  3. Replies
    5
    Views
    2,375

    New Gaming Team

    lastboss.net

    We're gonna practice programming together and get some projects going. Check us out! :]

    Thanks.

    -SP
  4. Replies
    3
    Views
    867

    Yes, normally. In this case it didn't have to...

    Yes, normally. In this case it didn't have to be.

    Thanks.

    -SP
  5. Replies
    3
    Views
    867

    Quick Question

    If someone chooses the wrong path I want the program to end there but if they choose the right path I want it to keep going.

    Here's the code so far.


    int choice2;
    switch (choice2)
    {
    ...
  6. Replies
    4
    Views
    1,430

    Hey again. Sorry it took so long for me to...

    Hey again. Sorry it took so long for me to respond back to you guys.

    Yes, I understand MUD isn't necessarily like a text-based game I was just giving out examples.

    Servers and all that.... Not...
  7. Replies
    5
    Views
    1,432

    Yeah. I probably should just take a break for...

    Yeah. I probably should just take a break for tonight. Been studying for hours now. Lol.

    I'll make a small map tomorrow and get started after.

    Thanks,

    -SP
  8. Replies
    5
    Views
    1,432

    So, there's a lot of coding going on I assume? ...

    So, there's a lot of coding going on I assume?

    Shouldn't there be a way where if they move east they can go back west but they can see



    cout<< "You can enter the house to the East or go down...
  9. Replies
    5
    Views
    1,432

    Linking the rooms, problem?

    #include <iostream>
    using namespace std;
    int main ()
    {

    cout<< "You can enter the house to the East or go down the road to the south.\n\n" << "Choose your path.\n\n";
    int patha;
    cout<<...
  10. Replies
    4
    Views
    1,430

    Creating a Coding Team

    My Yahoo! Messanger is AmorSanguinis

    I'm looking to grow my knowledge of C++ with other coders (Beginners or not)

    I'm going to have a lot of projects but my main one would be creating a...
  11. Replies
    32
    Views
    3,859

    This Site...

    Really could use a 'makeover'. Lol.

    The design looks like something from the 80s. :x

    Good information here though... Just wow.

    -SP
  12. Replies
    0
    Views
    882

    Moving My Character?

    This is for a text-based game. I want a character to be able to move from room to room and then they will be able to see each room's description. I just keep reading and reading but I'm not getting...
  13. Replies
    2
    Views
    1,744

    Thanks.

    Thanks.
  14. Replies
    2
    Views
    1,744

    If then Else statement help

    if (condition) statement1 else statement2

    How do I say, if what the user typed in equals the string that I want it to equal then execute the function.

    Thanks,

    -Nos
  15. Replies
    1
    Views
    999

    Questions on Classes

    I'm wanting to use classes for my game.

    I want to be able to move north, south, east, or west and while I move I want to see descriptions of the new areas that I am walking into.

    Keep in mind...
  16. Replies
    8
    Views
    1,401

    Alright, alright. simple character, yes. ...

    Alright, alright.

    simple character, yes. Right now I just want to move around the world.

    Thanks for the code. I'll tweak it and post the new code on here if you want.
  17. Replies
    8
    Views
    1,401

    Yeah I know all about the networking but for now...

    Yeah I know all about the networking but for now I'm going to make it just for me to use.
  18. Replies
    8
    Views
    1,401

    MUD = Multi-User-Dungeon. It's a TEXT based...

    MUD = Multi-User-Dungeon.

    It's a TEXT based game. No graphics.
  19. Replies
    8
    Views
    1,401

    I Could Use Some Advice

    I'm still learning C++ but I have the basics down for now.

    I want to write a MUD in C++ and I want to know what a sample code of a MUD would look like?

    If someone could post one here that would...
Results 1 to 19 of 19