Download Area

Home > Game Engines

LittleJS (free) Download Full | **UPDATE

The Tiny JavaScript Game Engine That Can! - LittleJS

LittleJS (free) Download Full | **UPDATE

Published Date: 2024-04-15

LittleJS Free Download

LittleJS is an open-source, cross-platform game engine designed to make game development accessible to all. It's free to download and use, and it comes with a wide range of features to help you create 2D and 3D games. With LittleJS, you can create games for Windows, Mac, Linux, Android, iOS, and the web.

LittleJS is a great option for beginners who are just getting started with game development. It's easy to learn and use, and it comes with a large community of developers who are willing to help you out. There are also a number of tutorials and resources available online to help you get started. If you're interested in creating games, LittleJS is a great option to consider.


LittleJS: LittleJS is a super lightweight 2D JavaScript game engine with fast WebGL rendering. It is designed to be small, simple, and easy to use for various applications, from game jams to commercial releases. This engine has everything necessary to make high-quality games, including fast rendering, physics, particles, sound effects, music, keyboard/mouse/gamepad input handling, update/render loop, and debug tools. It is recommended that you start by copying the LittleJS Starter Project This file is mostly empty with just a few things you can use to get started or remove. You can also download and include engine.all.js or engine.all.min.js. In order to load files like images you will need to run a small web server like http-server on npm. I recommend an editor that does this for me automatically like Brackets or VS Code with the Live Server plugin.