Results 1 to 5 of 5

Thread: 2D Game In C++

  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.

  2. #2
    Saiyan Race
    j03's Avatar
    Joined
    Dec 2011
    Posts
    13,720
    Userbars
    166
    Thanks
    5,906
    Thanked
    33,077/6,608
    DL/UL
    23/36
    Mentioned
    3,867 times
    Time Online
    563d 5h 6m
    Avg. Time Online
    3h 13m
    ^I remember that game haha

    This looks pretty sick!
    (you need an account to see links)
    (you need an account to see links)(you need an account to see links)

    ------------------------
    [02/24/2013] Stealth CORE is made into the first standalone Neopets auto-player.
    ------------------------


  3. #3

    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
    Quote Originally Posted by ./m View Post
    From what I read it looks to be awesome! I was working on a 2d game for a bit too. What are you using to display the graphics?
    Was using SFML for all my graphics needs and RakNet for networking.


    Download link is up

  4. #4

    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
    I can help you out if you want! I really want to get back into it, I just suck with ideas. I'm more a problem-solver.

  5. #5

    Joined
    Apr 2014
    Posts
    23
    Thanks
    0
    Thanked
    1/1
    DL/UL
    3/0
    Mentioned
    Never
    Time Online
    9h 52m
    Avg. Time Online
    N/A
    I want to go into game development, I actually made a 2D sidescroller using this tutorial here: (you need an account to see links). The controls in your game seem to be reversed, I move left when I hit 'd' and right when I hit 'a'... was that deliberate?

Posting Permissions

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