search
HomeWeb Front-endJS TutorialEnclave Games in and plans for 5
Enclave Games in and plans for 5Jan 08, 2025 am 07:10 AM

The past year was even more difficult than the previous one, with struggles along the way, but had some good moments, positive surprizes and achievements as well. Let’s look at how 2024 went in detail, and what are the plans for Enclave Games in 2025.

This is the tenth Yearly Report already - make sure to check the previous ones if you want to learn more about our history: 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, and 2023.

Enclave Games in and plans for 5

Let’s start by reviewing the plans I had a year ago:

  • Build and release some games, hopefully with the help from Copilot. Nope, nothing at all.
  • Continue organizing Gamedev.js Jam. Yeah, the biggest edition yet.
  • Conduct Gamedev.js Survey earlier than in the last month. December, but it happened!
  • Send Gamedev.js Weekly newsletter regularly in 2024. Every. Single. Week.
  • Organize the 13th anniversary edition of the js13kGames competition. Did that, went well.
  • Release two planned eBooks. Didn’t even start writing.
  • Launch Web3 Gamedev School. Nope.
  • Explore decentralization further. Not how I wanted, but still did that a bit.

Enclave Games in and plans for 5

Now, a quick recap of 2024, month-by-month:

  • January: Gamedev.js Survey 2023 results, Phaser World newsletter
  • February: Badlucky t-shirt, WebDX community group
  • March: Enclave Games logos, NSHex Counter open sourced
  • April: Gamedev.js Jam 2024 with js13kGames challenge
  • May: burnout and shifting focus again, OP Guild start
  • June: Badlucky level in Flood Escape, new Gamedev.js Weekly website
  • July: js13kGames preparations, vacations on Mallorca
  • August: js13kGames start, new website
  • September: js13kGames deadline, Web Game Challenge, js13k on Arcadia
  • October: js13kGames winners
  • November: GitHub Universe, Survey ask for help
  • December: Gamedev.js Survey 2024

Enclave Games in and plans for 5

Let’s look at the past year in detail and see what happened to Enclave Games in 2024.

Bad things

No games at all, and no GitHub Copilot usage as well, even though I have access to it from being in the GitHub Stars program. I’m quite sad about missing both to be honest, but I do hope 2025 will be the year when it changes. I’ve been updating NSHex Counter web app and released it as Open Source on GitHub this year though.

Enclave Games in and plans for 5

Almost no sales in any of the online swag Shops: Enclave Games, Gamedev.js, js13kGames, and NeuroshimaHex.pl. I guess it won’t sell if I don’t put any effort into marketing it, but they were on the TODO list for far too long, and now are online, so let’s not stress about it too much.

Enclave Games in and plans for 5

I experienced burnout, or rather: realized I burned out years ago and was struggling with basic tasks. Luckily, it felt better after realizing this, going on vacations (first time since 2015), and then joining OP Games to lead OP Guild.

Ok things

No speaking gigs at all (beside talking about Gamedev.js Survey 2023 results at two online meetups), but I guess I can stop pretending and call it what it is: I’ve retired from giving talks at conferences. Quite frankly some time ago already, even though after pandemic I kind of tried doing more than online events alone - did two on-site talks in 2022 and that’s it.

Enclave Games in and plans for 5

The 13th edition of the js13kGames competition was celebrated with gadgets giveaway, new website (we’ve launched last year’s voting app as such - and yes, it’s the “legendary” new backend) with multi-step submit form, and old t-shirts promo. I didn’t manage to write and publish the “history of js13k” ebook though which was supose to be the core celebration gig.

Enclave Games in and plans for 5

I’ve attended GitHub Universe 2024 and enjoyed it so much, but as a GitHub Star member I didn’t utilise access to GitHub Copilot at all.

Enclave Games in and plans for 5

Gamedev.js Survey 2024 was conducted. It was suppose to happen around June, but ended up being December, though I guess it’s better to have it in December than don’t have it at all, right?

Good things

I was asked by Rich Davey to help reactivate the Phaser World newsletter, and was preparing the contents most of the year, from the beginning of January till the end of August. It then switched the platform from MadMimi to Hashnode and Rich started writing those himself.

Enclave Games in and plans for 5

Gamedev.js Jam 2024 was a success, with 2790 devs joined on Itch, 238 games submitted, and 6050 ratings cast. We even had the very first js13kGames challenge, which ended up having… 13 entries! All of those folks got a cool Badlucky t-shirt as a prize.

Enclave Games in and plans for 5

I’ve joined OP Games folks (awesome bunch, Paul Gadi and Chase Freo are doing an incredible job for indie game developers!), started leading the newly formed OP Guild, and kind of also helping with developer relations tasks for Arcadia. This is the “explore decentralization further” part I enjoyed this year.

Enclave Games in and plans for 5

Gamedev.js Weekly newsletter, beside being sent every single week, finally got a new email template and a brand new website right after.

Enclave Games in and plans for 5

Our whole family went on the very first vacations in almost a decade. Not the proudest fact, but I’m glad we finally did it, and we’re already planning to spend this year’s summer on Mallorca again.

Enclave Games in and plans for 5

New js13kGames backend, the legendary tabu topic discussed since 2015, happened thanks to Alkor - we’ve launched the voting app as the new website! There’s a whole lot of things missing and need to be completed to call it done, but it’s a good start! I’m so happy Alkor is back.

Plans for 2025

BACK TO MAKING GAMES! If I don’t build and release a single game in 2025 I’ll quit calling Enclave Games an Indie Game Development Studio and start calling it Event Organizing Company instead.

Enclave Games in and plans for 5

Usual stuff with Gamedev.js Jam 2025, Gamedev.js Survey 2025, Gamedev.js Weekly issues, and js13kGames 2025.

Enclave Games in and plans for 5

More involvement in OP Guild, exploring all the possibilities with Arcadia and OP Games.

Enclave Games in and plans for 5

Check out Telegram , Discord , LinkedIn , and other platforms accepting web games, and try to submit my own (hopefully brand new).

Enclave Games in and plans for 5

Write the js13kGames history ebook.

The above is the detailed content of Enclave Games in and plans for 5. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Replace String Characters in JavaScriptReplace String Characters in JavaScriptMar 11, 2025 am 12:07 AM

Detailed explanation of JavaScript string replacement method and FAQ This article will explore two ways to replace string characters in JavaScript: internal JavaScript code and internal HTML for web pages. Replace string inside JavaScript code The most direct way is to use the replace() method: str = str.replace("find","replace"); This method replaces only the first match. To replace all matches, use a regular expression and add the global flag g: str = str.replace(/fi

8 Stunning jQuery Page Layout Plugins8 Stunning jQuery Page Layout PluginsMar 06, 2025 am 12:48 AM

Leverage jQuery for Effortless Web Page Layouts: 8 Essential Plugins jQuery simplifies web page layout significantly. This article highlights eight powerful jQuery plugins that streamline the process, particularly useful for manual website creation

Build Your Own AJAX Web ApplicationsBuild Your Own AJAX Web ApplicationsMar 09, 2025 am 12:11 AM

So here you are, ready to learn all about this thing called AJAX. But, what exactly is it? The term AJAX refers to a loose grouping of technologies that are used to create dynamic, interactive web content. The term AJAX, originally coined by Jesse J

10 jQuery Fun and Games Plugins10 jQuery Fun and Games PluginsMar 08, 2025 am 12:42 AM

10 fun jQuery game plugins to make your website more attractive and enhance user stickiness! While Flash is still the best software for developing casual web games, jQuery can also create surprising effects, and while not comparable to pure action Flash games, in some cases you can also have unexpected fun in your browser. jQuery tic toe game The "Hello world" of game programming now has a jQuery version. Source code jQuery Crazy Word Composition Game This is a fill-in-the-blank game, and it can produce some weird results due to not knowing the context of the word. Source code jQuery mine sweeping game

How do I create and publish my own JavaScript libraries?How do I create and publish my own JavaScript libraries?Mar 18, 2025 pm 03:12 PM

Article discusses creating, publishing, and maintaining JavaScript libraries, focusing on planning, development, testing, documentation, and promotion strategies.

jQuery Parallax Tutorial - Animated Header BackgroundjQuery Parallax Tutorial - Animated Header BackgroundMar 08, 2025 am 12:39 AM

This tutorial demonstrates how to create a captivating parallax background effect using jQuery. We'll build a header banner with layered images that create a stunning visual depth. The updated plugin works with jQuery 1.6.4 and later. Download the

How to Write a Cookie-less Session Library for JavaScriptHow to Write a Cookie-less Session Library for JavaScriptMar 06, 2025 am 01:18 AM

This JavaScript library leverages the window.name property to manage session data without relying on cookies. It offers a robust solution for storing and retrieving session variables across browsers. The library provides three core methods: Session

Load Box Content Dynamically using AJAXLoad Box Content Dynamically using AJAXMar 06, 2025 am 01:07 AM

This tutorial demonstrates creating dynamic page boxes loaded via AJAX, enabling instant refresh without full page reloads. It leverages jQuery and JavaScript. Think of it as a custom Facebook-style content box loader. Key Concepts: AJAX and jQuery

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft