pages/assets/guide-to-incrementals_ludology_appeal-developers.md.e1b80375.js

2 lines
5.3 KiB
JavaScript
Raw Normal View History

import{_ as e,c as a,o as t,d as n}from"./app.dfaf5358.js";const y=JSON.parse('{"title":"Appeal to Developers","description":"","frontmatter":{"title":"Appeal to Developers"},"headers":[{"level":2,"title":"Incrementals are Easy to Make","slug":"incrementals-are-easy-to-make","link":"#incrementals-are-easy-to-make","children":[]},{"level":2,"title":"Players are Easy to Find","slug":"players-are-easy-to-find","link":"#players-are-easy-to-find","children":[]},{"level":2,"title":"Monetization","slug":"monetization","link":"#monetization","children":[]}],"relativePath":"guide-to-incrementals/ludology/appeal-developers.md","lastUpdated":null}'),o={name:"guide-to-incrementals/ludology/appeal-developers.md"},i=n('<h1 id="appeal-to-developers" tabindex="-1">Appeal to Developers <a class="header-anchor" href="#appeal-to-developers" aria-hidden="true">#</a></h1><p>There are a lot of developers in the incremental games community - the genre seems to draw them in, and convert a lot of players <em>into</em> developers. Let&#39;s explore the reasons why this genre appeals to developers.</p><h2 id="incrementals-are-easy-to-make" tabindex="-1">Incrementals are Easy to Make <a class="header-anchor" href="#incrementals-are-easy-to-make" aria-hidden="true">#</a></h2><p>Compared to other genres, incrementals have quite low expectations. You don&#39;t need to make fancy art, or music, or lay things out nicely. If you can make a button and learn the few lines of code necessary to make a number go up, you can make an incremental. This low threshold makes the genre perfect for those who are actively learning to code and haven&#39;t developed any gamedev-related skills yet.</p><p>Additionally, unlike other genres incrementals are uniquely easy to implement in a normal web page - no need to worry about rendering sprites, moving them around, implementing physics, etc. New developers can just use HTML to add a button, and the game is now available in your browser. You don&#39;t need to choose an engine, have admin privileges, or hell for the dedicated you don&#39;t even need a <em>computer</em> - there are tools for web development that run in the browser itself, so you can technically use your phone if that&#39;s all you have.</p><p>Javascript is a perfectly viable language for making web games, whereas other genres are typically going to require using other more difficult languages to learn. There are countless javascript tutorials that start from 0 knowledge of programming, making it incredibly accessible to beginners.</p><h2 id="players-are-easy-to-find" tabindex="-1">Players are Easy to Find <a class="header-anchor" href="#players-are-easy-to-find" aria-hidden="true">#</a></h2><p>Once you&#39;ve finished your game and uploaded it on github pages or itch or just copied the link if you&#39;re using glitch or replit (all of which are easy to do), anyone can now play the game in their browser. This low barrier to entry has shown tremendous success in getting completely unknown developers to have thousands of plays.</p><p>The incremental games community, which mostly centers around <a href="https://www.reddit.com/r/incremental_games" target="_blank" rel="noreferrer">r/incremental_games</a>, is always looking for new games and tends to flood any new ones posted with initial players.</p><p>Having your games be played can be incredibly motivating, and the community makes it quite clear that you can expect players to play your game. These communities - both for incremental games in general as well as game-specific communities - tend to be very developer friendly as well. A lot of the developers know each other, and welcome new developers with open arms, often with dedicated channels for programming help and discussions.</p><h2 id="monetization" tabindex="-1">Monetization <a class="header-anchor" href="#monetization" aria-hidden="true">#</a></h2><p>I&#39;d like to clarify that everything I&#39;ve said above mainly applies to <em>web-based incrementals</em>. Incremental games are also <em>incredibly</em> popular on mobile, but with a much different cultu