List of Game Engines and Resources (Wiki Page)

This page contains a list of game engines and other tools and resources for making games. This is a “wiki post” that anyone can edit, so feel free to add more.

Phaser.JS

Godot

This was mentioned at a meetup. It looks like it has a Python-like syntax.

The game engine you waited for.

Godot provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel.

Godot is completely free and open-source under the very permissive MIT license. No strings attached, no royalties, nothing. Your game is yours, down to the last line of engine code.

PuzzleScript

PuzzleScript is an open-source HTML5 puzzle game engine.

https://www.puzzlescript.net/

Twine

Twine is an open-source tool for telling interactive, nonlinear stories.

You don’t need to write any code to create a simple story with Twine, but you can extend your stories with variables, conditional logic, images, CSS, and JavaScript when you’re ready.

Twine publishes directly to HTML, so you can post your work nearly anywhere. Anything you create with it is completely free to use any way you like, including for commercial purposes.

https://twinery.org/

Inform

Inform is a free app for creating works of interactive fiction, available for MacOS, Windows, Linux and Android. Inside it is a powerful programming language based on English language text.

LÖVE

A 2D game engine in Lua.

https://www.love2d.org/

PyGame

https://www.pygame.org/

Free book: Making Games with Python & Pygame

Three.js

PixelGameEngine

Oxygengine

Seen on r/rust_gamedev:

Fantasy Consoles

“A fantasy console is like a regular console, but without the inconvenience of actual hardware. … It is similar to a retro game emulator, but for a machine that never existed.”

Here’s a comparison:

PICO-8

Resources:

TIC-80

https://tic.computer/

Pixel Vision 8

Free during the pandemic.

https://www.pixelvision8.com/

Pixelbox

JavaScript

JavaScript

LIKO-12

Lua

2 Likes

I added PICO-8. It looks really interesting.

I also added a link to PixelGameEngine, which I saw on YouTube. That channel also has some other interesting videos, like one on creating a 3D graphics engine. (I haven’t watched it yet since I’m in the middle of another series on the same topic.)

2 Likes

I added TIC-80 and Pixel Vision 8 along with a comparison that I saw on Twitter.

1 Like

2 posts were split to a new topic: Fantasy Consoles (PICO-8, TIC-80, etc.)

Pixel Vision 8 is free at the moment.

I added LÖVE (Lua 2D engine), Pixelbox (JS), and LIKO-12 (Lua).

I don’t know much about it, but I added Oxygengine (seen in a Rust subreddit).

There is actually a long list of game engines in Rust over here:

There are some demos here. (Rust engine)

I wonder what will happen with this: Unity patents ECS. :thinking:

This level-builder looks interesting.

1 Like

Here are some more:

http://dead-code.org/home/

There might be more in the comments here:
https://news.ycombinator.com/item?id=29872007