Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
Programming

Free game engine for android games?

Earthsdefect
Tuesday, December 5, 2017 - 07:02

Hi, I would like to make my own games for android. I dont know much code, very little java, but I want to know what is the best 2D game engine thats FREE and easy to learn, also good to learn code, as I might want to use other engines that you need to code. hence I'm not sure about using game engines that have their own language unless it helps learn other languages.

  • Log in or register to post comments
MedicineStorm
joined 12 years 10 months ago
Tuesday, December 5, 2017 - 07:30
MedicineStorm's picture

Assuming you're looking for "free as in beer", I hear Unity is pretty great. It's free until your company starts earning $100,000.00+ anually. After that you have to pay for a higher-tier license, but I don't think I'd mind paying $35/month if I were making over $100k a year on my game. :)

 

--Medicine Storm

 

  • Log in or register to post comments
Earthsdefect
joined 7 years 7 months ago
Tuesday, December 5, 2017 - 08:31

yeah I dont mind paying small amount but not subscriptions, I dont like paying them. even giving them a % or ads are ok also , but I dont know if my game would be any good, so I would like something I can test it on and still port to android, also I've tried game maker its good, but cant port to android without paying. But good thing about that is it one time payment, I have also tried stencyl but has subscription for port to andoird $199/yr so dont like the idea of that, but I do like the level maker and coding if thats what you would call it lol

  • Log in or register to post comments
Earthsdefect
joined 7 years 7 months ago
Tuesday, December 5, 2017 - 08:35

Unity is nice, I have tried it but I get stuck on the coding, I would need to spend alot of time watching videos and reading tutorials. I'm looking for something easy to learn and use. I do want to learn to code but im having hard time getting my head around it.

  • Log in or register to post comments
hotairbal8n
joined 6 years 2 months ago
Tuesday, April 16, 2019 - 06:16

Hello,

i can suggest you to try whit godot engine. You can dowload it from the main website or from steam.

For my experience godot have a nice potential and is more easy then Unity.

You can make the script in C++ or in godot language(syntax very similar to python).

Try it and let me know how you feel, if you need help reply and i will try to help you =)

  • Log in or register to post comments
Dimensionscape
joined 8 years 1 week ago
Tuesday, April 16, 2019 - 12:50

hmmm

  • Log in or register to post comments
Erkosone
joined 12 years 1 month ago
Wednesday, April 17, 2019 - 20:14

Processing is a free and works perfectly in android and Desktop, i created a free game engine with processing, it calls gameLibZero and this si the game engine whith i make my game for de OGA challenge 2019.

 

If you are interested on this, i make some examples os use and y publish the engine.

 

  • Log in or register to post comments
TheKing009
joined 7 years 1 month ago
Sunday, April 21, 2019 - 00:48

Defold is also a very good engine for developing 2d games l.  And what's more?  It's 100% free, you don't have to pay anything, ever to develop with it. It runs on lua, and has also got a great supporting community.

  • Log in or register to post comments
anchorbricks
joined 6 years 2 months ago
Wednesday, April 24, 2019 - 07:26
anchorbricks's picture

I'd like to recommend ORX.

 

https://orx-project.org/

  • Log in or register to post comments
SteveSmith
joined 9 years 2 weeks ago
Sunday, July 21, 2019 - 05:30

LibGDX is pretty great. You can write one codebase in Java, and can then release it as Android, HTML/Javascript (browser play), PC, and even iOS. Can do 2D & 3D.

  • Log in or register to post comments
ǝıuusןısn
joined 5 years 11 months ago
Monday, July 29, 2019 - 07:07

I'd like to recommend construct and gdevelop :)

  • Log in or register to post comments
barti
joined 7 years 6 months ago
Tuesday, July 30, 2019 - 19:30

For those that want to make 2D/3D there is my Software "DeadDeer".

It can at best run physics in 2D/3D, even if it is mainstream for 3D, there are sprite functions.

http://deaddeer.free.fr/

It works on main platforms except consoles, you can look at webasm examples on the web page, there are 3D sample and 2D sample too.

This is free software, and various game can be scripted with pseudo-C.

 

  • Log in or register to post comments