Results 1 to 5 of 5

Thread: 2D Game In C++

Threaded View

  1. #1

    Joined
    Apr 2012
    Posts
    40
    Userbars
    0
    Thanks
    2
    Thanked
    9/2
    DL/UL
    7/3
    Mentioned
    Never
    Time Online
    1h 29m
    Avg. Time Online
    N/A

    2D Game In C++

    Well I'm hoping we can show off things that aren't Neopets related...

    About 4 months I ago I spent around a month teaching myself a lot about game programming. I ended up with an online multi-player top-down view minecraft that's extremely lacking in many major features.



    (you need an account to see links)


    Open ProjectMServer.exe
    Answer Prompt In Console with Y/N (Doesn't matter, it's a fresh map anyways)
    (Server should be loaded at this point)

    Open ProjectM.exe

    Select a player number 1-10 in console (Doesn't matter, just don't have two clients connected with the same number)
    Select a name in console

    (Client automatically connects to localhost. I disabled the choose IP feature for easier debugging. )

    How To Play:

    -Left click to destroy blocks
    -Right click to place blocks
    -Use number keys 1-3 to change items in hand
    -Torch in hand = higher vision


    Currently there is no real objective, just a sandboxy game.


    If anyone is interested in making games with me, I'd love to get back into it. Also willing to send the source to anyone who wants it! (Though I warn you, I'm not the neatest of programmers )


    (you need an account to see links)
    Last edited by Endo42; 04-17-2012 at 06:40 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •