Thread: FROGGY a 2d game

Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1 FROGGY a 2d game 
    Registered Member
    Join Date
    Aug 2010
    Posts
    640
    Thanks given
    73
    Thanks received
    47
    Rep Power
    54
    This is my second Java project ever. My first one can be found here.
    It was a fail thought and I don't work on it anymore.


    I started learning the language Java only a few months ago so the game is very simple.
    Been working on it for a week now, a couple of hours every day and version 1.0 is now complete.

    The game is called Froggy and is a 2d game.
    And this time all the graphics will be made by me.


    Attached image



    CHARACTER

    This is the main character named Froggy.
    He looks evil but he's not.

    Attached image




    EVIL NPC'S
    Attached image Devils, Goes around on the ground.

    Attached imageBirds, Is able to fly and is very annoying lol. Always kills me.

    Attached imageSharks, They can't do anything yet thought, just swims around looking funny.




    GAMEPLAY

    In each level you have to do different tasks to get further to the next level. Like finding keys for example.
    At the moment there are three different levels that all have a task to get further.

    A video of me completing level 1-3 will be uploaded in the media section in a while.



    MEDIA



    Spoiler for Screenshots from version 1.0:


    Attached image

    Attached image

    Attached image

    Attached image

    Attached image

    Attached image




    PROGRESS


    Version 1.0

    Loading Images Attached image
    Character walking using WSAD Attached image
    Loading maps from .map file Attached image
    Collision detection Attached image
    Level system Attached image
    Coins System Attached image
    Inventory Attached image

    NPC'S Attached image
    NPC'S Collision detection Attached image

    Objects Attached image
    Objects Collision detection Attached image

    Items Attached image
    Spawns loaded through .map file Attached image


    Attached image
    Buttons, Ladders & Jetpacks!



    What will be done/fixed in version 2.0

    Startmenu Attached image Done
    Sound system
    Animations
    More levels
    More types of monsters.
    Some kind of text system.
    2 Bugfixes that makes the game to crash.


    Spoiler for The making of 2.0:

    Attached image



    Last edited by _Sweden; 09-25-2015 at 10:10 AM. Reason: spelling
    Reply With Quote  
     

  2. Thankful users:


  3. #2  
    The One & Only


    Join Date
    Oct 2013
    Posts
    2,572
    Thanks given
    422
    Thanks received
    1,620
    Rep Power
    5000
    I love the background, looks funny. Best of luck with this, will be following.
    Attached image
    Spoiler for More Signatures:

    Attached image
    Credits to Niceman, Vippy and Dami for the awesome signatures
    Attached image
    Attached image


    Reply With Quote  
     

  4. #3  
    Registered Member
    Join Date
    Aug 2010
    Posts
    640
    Thanks given
    73
    Thanks received
    47
    Rep Power
    54
    Quote Originally Posted by Royal View Post
    I love the background, looks funny. Best of luck with this, will be following.
    Thanks!
    Reply With Quote  
     

  5. #4  
    Extreme Donator FROGGY a 2d game Market Banned



    Join Date
    Aug 2011
    Age
    28
    Posts
    3,589
    Thanks given
    1,402
    Thanks received
    1,620
    Rep Power
    5000
    Looks good, good luck with this

    Will follow

    Attached image

    Attached image
    Discord: Roy#2382

    Reply With Quote  
     

  6. #5  
    Registered Member
    Join Date
    Aug 2010
    Posts
    640
    Thanks given
    73
    Thanks received
    47
    Rep Power
    54
    Quote Originally Posted by Runify View Post
    Looks good, good luck with this

    Will follow
    Thank you ☺
    Reply With Quote  
     

  7. #6  
    Donator

    Jason's Avatar
    Join Date
    Aug 2009
    Posts
    6,092
    Thanks given
    2,402
    Thanks received
    2,823
    Rep Power
    4550
    Are you using any game libraries like libGDX? This reminds me a lot of a game I saw in a YouTube tutorial not too long ago. Do you intend to openly share the code or are you keeping it private?
    Reply With Quote  
     

  8. #7  
    Registered Member
    Join Date
    Aug 2010
    Posts
    640
    Thanks given
    73
    Thanks received
    47
    Rep Power
    54
    Quote Originally Posted by Jason View Post
    Are you using any game libraries like libGDX? This reminds me a lot of a game I saw in a YouTube tutorial not too long ago. Do you intend to openly share the code or are you keeping it private?
    No libraries are used. The source code will be private for now. Might release it when I'm satisfied with it and think it's complete thought

    edit: And the code is a mess right now as I am learning. Not sure if I want people to see it lol.
    Reply With Quote  
     

  9. #8  
    need java lessons
    Eclipse's Avatar
    Join Date
    Aug 2012
    Posts
    4,436
    Thanks given
    686
    Thanks received
    898
    Rep Power
    490
    Quote Originally Posted by _Sweden View Post
    No libraries are used. The source code will be private for now. Might release it when I'm satisfied with it and think it's complete thought

    edit: And the code is a mess right now as I am learning. Not sure if I want people to see it lol.
    if that's your reason, then make it open source and ask for cc.

    Quote Originally Posted by jerryrocks317 View Post
    i am 14 and have my own laptop im on almost 24/7 currently creating rsps lol so please get off my thread lol
    Reply With Quote  
     

  10. Thankful user:


  11. #9  
    ZzzzZzzzzZzzzzZzzz
    Shoutout's Avatar
    Join Date
    Sep 2014
    Posts
    259
    Thanks given
    19
    Thanks received
    7
    Rep Power
    11
    This is really good for your second application, good luck!
    Reply With Quote  
     

  12. #10  
    Renown Programmer


    Join Date
    Dec 2006
    Posts
    1,715
    Thanks given
    268
    Thanks received
    217
    Rep Power
    1836
    Quote Originally Posted by Eclipse View Post
    if that's your reason, then make it open source and ask for cc.
    i'll have to agree with this. i wouldn't review someone's code to make fun of them, i'd do it to give advice and help them improve.

    nonetheless, good job
    Reply With Quote  
     

  13. Thankful users:


Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [Java REQ] 2D Game Source
    By TrollCount++ in forum Application Development
    Replies: 0
    Last Post: 06-09-2010, 02:34 PM
  2. Basic 2D Game Engine
    By Shamon King in forum Application Development
    Replies: 76
    Last Post: 06-07-2010, 01:26 AM
  3. First 2d game progress
    By Nikki in forum Application Development
    Replies: 45
    Last Post: 05-31-2010, 11:31 AM
  4. Making a 2D Game (Java)
    By charmanter in forum Application Development
    Replies: 8
    Last Post: 05-24-2010, 03:26 AM
  5. My 2D Game (First) - MEDIEVAL WAREFARE
    By Unique in forum Application Development
    Replies: 0
    Last Post: 09-06-2009, 12:08 PM
Tags for this Thread

View Tag Cloud

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