A downloadable tool for Windows, macOS, Linux, and Android

Download NowName your own price

Evo Game Engine is a small, lightweight, 2D game engine for multiple platforms. Evo is made to be Simple, Easy, and Powerful at the same time. Due to its engine being written in HTML, your games made with Evo can run on Windows, Linux, Apple, Android,  and IOS! With Evo the possibilities are endless! Create any type of game you want and import external libraries like babylon.js to make 3D games too! 

Developers Note:

Evo is currently being worked on. Expect a new better and improved engine soon


StatusReleased
CategoryTool
PlatformsWindows, macOS, Linux, Android
Rating
Rated 4.7 out of 5 stars
(3 total ratings)
AuthorMork Shmork
Tags2D, Game engine, tool
Code licenseMIT License
Average sessionA few hours
LanguagesEnglish
InputsKeyboard, Mouse
AccessibilityColor-blind friendly

Download

Download NowName your own price

Click download now to get access to the following files:

Evo Free Edition 5 kB
Documentation v0.2.0 53 kB

Development log

Comments

Log in with itch.io to leave a comment.

I keep coming back to this.  its simple but I really like how its done.  I figured it was time I actually tried to use it instead of just look at how you did it.


its a simple Christmas gift matching game.  You click on adjacent gifts of the same color to select them.  Once you have at least three gifts selected click on a selected gift to match them and get points for them.  If you get stuck click  on the holiday grenade and place it on the gifts and click again to detonate.  Its pretty basic but might be good for 2 min of fun, maybe

ChristmasGift game

.

looking forward to seeing a future release of evo game engine

Awesome!!! I tried out the game and it's really addictive!!!

The new game engine release is only a couple of months away so I am excited that there are still people that are using this one!!

Wow, cool engine, will you update him?

Yep the update is taking some time though :/

Are you still working on Evo Silver?

Yes. Although development is very very slow. I currently have a test build of it.

this looks like a great game engine, i have one question though. what did you make it in? i've been looking for a tutorial on how to make a game engine

I made it with HTML5!!!

thank you for telling me!

good work) <3

Thank you! I know it is not much of an engine but I enjoyed making it. Hopefully when I make its sequel it will be a lot better.

edit style in main.html to this

.topnav input{
float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  background-color: #333;
border: none;
-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.topnav input:hover {
  background-color: #ddd;
  color: black;
  -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.topnav input.active {
  background-color: #04AA6D;
  color: white;
  -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

To disable the selection of button on top bar

Hello! Thank you for your interest in the project! Sadly I put this project to rest but in a week to two more weeks, Evo Silver Will Come Out. You can contact me at my email to get the engine for free when it comes out. 

25ratcma@protonmail.com

Glad the project is back!

Yup. The new version is probably halfway done but I don't know if I am going to market it as evo silver or a new engine.

quando sai a nova versão?

Ele será lançado em algumas semanas ou assim.

ah, que bom

(1 edit) (+1)

It’s good beginning for making HTML5 game engine, Also it can be more better…

Some improvements:

  1. I recommend you to stick to JavaScript extension instead cause old browsers might won’t work well with it (But it’s nice to see HTML5 game engine uses his own extension)

  2. I taked look at your HTML file and saw engine source embedded inside the iframe, To be honest it’s still better to have JavaScript file containing the engine source to be loaded (Following other HTML5 libraries/engines)

  3. You can improve examples to make it better…

By the way your project looks promising, You can also take look at my library Pancake and it’s fine to implement some features from it to turn it into complete thing!

Best Wishes! Rabia.

(+1)

Thanks. I will implement these new features. I am super great full for the feedback.

Hello.

Which file is the engine? I can't find the file. Please help me.

Thanks!

(1 edit)

Hello! After you unzip the folder, there will be a main.html file. Open that and you are set :) 

Ooh, thanks! Can the file run on chrome?

Yep! The engine can run on chrome but not a chromebook.

Okay, thanks! :>

It can run on a chromebook.

It can?

well, a Chromebook runs chrome. So yes, it can run on a Chromebook. You just download the package, double on the zip, click on the folder, ctrl + c, go to another directory, ctrl + v, open folder, double click on the main.html. It is very handy , considering I don't have windows, mac or linux :) Also, not necessary, but you can add a <title></title> in the head element so when you look at the tab bar at the top of the browser it says like "Evo engine" instead of "main.html"

Interesante. 

(3 edits)

Gracias. Me alegro lo hayas encontrado interesante!