An open source Javascript game engine.
CT.js your new 2D game editor.

I am a full stack developer from Lahore, Pakistan. I'll be writing articles about latest Web technologies and frameworks.
Happy to see you here.
Search for a command to run...
CT.js your new 2D game editor.

I am a full stack developer from Lahore, Pakistan. I'll be writing articles about latest Web technologies and frameworks.
Happy to see you here.
No comments yet. Be the first to comment.
Introduction What's up my fellow brogrammers have you ever been assigned to write documentation for a project and don't know where to start or do you like many developers just hate the thought of writing documentation then boy do I have the solution ...

Welcome, aspiring cloud enthusiasts! 🚀 Have you ever been in a situation where you want to create an account on AWS but don't know how? If you're ready to embark on your cloud computing journey with AWS, you're in the right place! Setting up your AW...

A function to upload images to AWS S3. To use this install the following packages: npm i base64-arraybuffer npm i react-native-fs npm i aws-sdk npm i react-native-image-crop-picker Please follow the setup process if not already done react-nati...

Making API requests in a React application can be a bit tricky, but using the Redux Thunk middleware makes it a lot simpler. In this blog post, we'll go over the basics of making API requests using Redux Thunk in a React application. First, let's set...

The site in the image was the first project I built. Where it started. I was one of the kids who spent most of his time in front of the computer. Chatting with friends on Yahoo messenger and MSN. I loved to play games but with that, I was always won...

Well, we've all been there you want to make games but don't want to invest time in downloading some game engine and learn the language to make games on it, or the software ends up being too expensive. What I have for you today hits most of these points. It's open-source, it's free, and If you're familiar with javascript then you are all good to go.
Say hello to ct.js the open-source 2d game engine that is available on windows, mac, and Linux as well. It is small in size with great documentation to get you started with building your first game. I knew nothing about game development or ctj.s but was able to get a simple space-shooter game in about an hour.

Importing textures is super easy when you are in a project just goto the textures tab and import your textures.
Animating your characters is also handled by CT.js you just have to import your character sprite sheet. You can find many sprite sheets from the sprite resource.

Ct.js allows you to build your games for web as well as desktop using the same code. And if you are skilled enough there is also a way of building your games using cordova to release it for android and ios as well.
CT.js is a very cool game engine if you are someone like me who knows javascript and has a low spec machine that can't run unity but want to build games. You can learn more about CT.js from this link
Have you tried CT.js yet or know of any other game engines do let me know and share your thoughts as well. Thank you for your time.