DEV Community

Daniel Mayovsky
Daniel Mayovsky

Posted on

2 1

js13kGames competition started!

Just a little reminder :)

There is a wonderful competition out there called js13kGames. The name explains its objective very clearly. You have to create a game that weighs 13kb in JS. The game has to fit the theme that the author of the competition appointed.

This year's the theme is: Offline

I tagged this post #beginners for a reason. It is a great opportunity to learn how to design and make a game. Their website has a wonderful "Resources" page that links to many tiny libraries and frameworks that you can use to create your game.

To encourage people to participate in a competition, there are many valuable prizes, like a year of GitHub subscription, CodePen Pro plans, and more!

You don't have to rush! Competition ends at September 13th, so you have enough time to think, create and test your game.

Good luck!

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

SurveyJS custom survey software

JavaScript Form Builder UI Component

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay