Results 1 to 5 of 5

Thread: Java game project

  1. #1
    Join Date
    Oct 2007
    Location
    Australia
    Beans
    31
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Java game project

    I am working on a game library for Java. I only migrated to Ubuntu a few months ago (woohoo!), so I'm not very familiar with the way open source projects are handled. I have started working on the library ("CyGameLib") and used it to create a functional game called "Dveurak the Dwarven Miner". I'll post links soon, but I'd like to know how I could get others working on the project.

    I don't have that much time on the computer (about an hour a day), and my code is a little messy. I'm sure that others could optimise the project!

  2. #2
    Join Date
    Apr 2007
    Beans
    14,781

    Re: Java game project

    The stickies have a bit of information on starting/joining projects.

  3. #3
    Join Date
    Dec 2005
    Beans
    338

    Re: Java game project

    http://producingoss.com/

    Here is an excellent book on the dynamics of OSS, including how to start a project and how to attract contributors.
    Last edited by ZylGadis; February 4th, 2008 at 02:46 AM. Reason: Addition

  4. #4
    Join Date
    Oct 2007
    Location
    Australia
    Beans
    31
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Java game project

    Thanks for the links, I'll take a look around. Will I run into any trouble using Java? I've tried using C++, but I find Java easier to use.

  5. #5
    Join Date
    Jun 2006
    Location
    CT, USA
    Beans
    5,267
    Distro
    Ubuntu 6.10 Edgy

    Re: Java game project

    Java handles memory for you, so it is simpler.

    But I would not recomment either C++ or Java as first language for beginner - they are both way too complicated and force programmer to handle many minor details.

    Python is much simpler to learn, yet powerful enough to handle many common tasks, for little speed penalty. This speed difference might be totally negligible when programming datatbase apps or web processing, and for many projects is good bargain (ie Google uses Python a lot for code except indexing and generating result pages, where speed is critical).

    See stickies and wiki in my sig for links to tutorials and training tasks.

Bookmarks

Posting Permissions

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