Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's a good example of an open-source Java-game? [closed]

Tags:

A good starting point for an own project is to take a look at other code for the same field of problem. So which java-games in open-source you would recommend for a look in the source? Which game helps best to learn some techniques for creating games especially in the Java-environment?

like image 957
Mnementh Avatar asked Dec 17 '08 13:12

Mnementh


People also ask

Can we make game using Java?

Java is widely used by indie game development companies and for creating mobile games. And it shouldn't come as much of a surprise, given how versatile the language is and given its rich collection of open-source material. Many of the world's top mobile games have been developed in Java.

What are some good open source Java games for beginners?

To help get you started, here is a list of some open source Java games that would be a fun starting point: FreeCol Hedge Wars (Android GUI) Greenfoot Robocode

What is it a Java game?

It is a simple Java 2D game like super mario. A simple Java game project for programming class. Load more…

How to start working on an open source game project?

Remember, you don’t have to be an expert to start working on an open source game project – you can find an existing project, download the source code, and start exploring it. Figure out how things work.

Why Java developers should contribute to open source projects?

As a Developer, contributing to an open-source project is good to scale faster. Events like Hacktoberfest even give out prices to encourage open source contribution. Let’s have a look at some Amazing Java Opensource Projects, You might love to contribute too.


1 Answers


(source: freecol.org)

FreeCol - based on Sid Meier's Colonization.

like image 184
Ola Eldøy Avatar answered Sep 24 '22 05:09

Ola Eldøy