Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Game Tutorials Page 8

Random Map Generation w/ Symmetry and Adventure Objects
2
10
Tutorial
Hero's Hour was from the very start based around a random map generator, which has become more sophisticated through the last months and, as of the v.05 update...
Bug Report Form
2
1
Tutorial
ゲーム内でバグ及び問題を見つけた場合は、こちらで教えて下さい。 (If you find any bugs or problems in the game, please let me know...
how to get RIPPED like MC
Tutorial
press H at the title screen to start a new game mode (will work in all versions!)...
Entry 4 - Devlog + Rain Tutorial | RPG Paper Maker
Tutorial
Hi! I've gotten a lot done since the last devlog, like making rain and getting a rain sound for inside and outside. I am currently planning what should happen f...
Eight Hour Tools: Night Vision Camera
1
Tutorial
The Night Vision camera is used to capture paranormal evidence. You can use the Night Vision camera once you unlock the Objective to capture video evidence of t...
Eight Hour Tools: Full Spectrum Camera
1
Tutorial
The Full Spectrum Camera in Eight Hours is used to capture photographic evidence of the supernatural. What this means is that one can take a photo of not only t...
Eight Hour Tools: EVP Radio
1
Tutorial
The EVP Detector is your starting tool and always the default currently selected tool. It will be unlocked once you receive the Objective to capture evidence of...
Making a level using a hex editor and Paint
Tutorial
Made this little video to demonstrate a way to make levels in binary. Also made numerous changes since 0.13 which will come in a later version, which is listed...
3 files
For a Day - Walkthrough 0.1.0 ( Türkçe - Turkish)
Tutorial
** For a Day 0.1.0 Tüm Sonları İçin İzlenmesi Gereken Yollar ** •SON 1• 1• Evden para (+1c), origami kitabı ve kağıdı al 2• Sahile gidip yo...
1 file
Tutorial #1: 2D Noise Heightmap Terrain
Tutorial
Sorry for the delay, but I said I'd make this tutorial and here it is!...
Rotating an Image using an arbitrary pivot point, with PyGame
Tutorial
Introduction Rotation is everywhere, and you can use it in many, many scenarios. A ball, a falling structure, a projectile, etc. The case study for this tutor...
Deep Sea Valentine Endings Guide
3
Tutorial
Deep Sea Valentine is a little different from other dating sims, because the route isn't determined by "affection points" or a similar stat mechanic. You're fre...
Tutorial and Level Selector
Tutorial
Tutorial and Level Selector...
4 files
Infect your office dino boss with the flu, so you can go home and relax.
Short & Long Distance The Man & The Stag Games
Tutorial
Playing a Short or Long Distance Version of The Man and The Stag A few people have asked how to play a short version of The Man and The Stag. Well, it's very si...
Tutorial: Wind-blown leaves shader
1
6
Tutorial
In this post, we’ll write a fragment shader to animate leaves in Unity. I’m assuming familiarity with light vector math. First, get your base textures. The...
How to cut your own VR puzzles… in VR?!
Tutorial
Solving VR puzzles is fun! What about creating your own puzzle cuts, directly in VR? Here are some quick tips to cut your own VR puzzles in Peco Peco ! 1. Cut...
Everything about the game
1
Tutorial
In this blog I will tell you everything that you need to know when playing Idle Furniture Tycoon. Let's start from the very beginning: Camera movement On PC: Mo...
Create Your Own Adventure: Scenes and NPCs
2
Tutorial
In part one of the tutorial , we created an empty city scene and stuck an exit in it. In this part we will add a building, a shopkeeper, and a shop. You can dow...
VR Mode Requirements and Tutorial
Tutorial
This is a slightly detailed tutorial for VR setup in Backrooms. Requirements If you wish to play Backrooms in VR, you must have the following: Any Android smart...
1 file
Quick animated planets with fractal mapping in gimp
1
Tutorial
I wanted to share a quick tutorial on how I generated the planets in Gimp for Ellipsoid . In only a few minutes you can create diverse planets like the ones s...
A Simple Retro Lighting System
Tutorial
Lighting is a requirement for 3d games, but it can also really boost the style of any 2d game. It can breath life into that rushed game jam sprite art, adding d...
1 file
Create Your Own Adventure, Part One
2
Tutorial
One of the great new features of GearHead Caramel is the ability to add your own content that will automatically be loaded and used by the game. If you check yo...
Run the game in different graphics API modes
1
Tutorial
1. Create a shortcut of Telescape.exe 2. Right click shortcut > Properties 3. In the Target, add " -force-d3d12" for DirectX 12, " -force-d3d11" for DirectX...
Suggest new worlds
1
Tutorial
Here is the place where you can suggest what the next worlds in TELESCAPE will be. To make your suggestion valid, please download the game and donate $1.00 USD...
1 file
Chibi Yandere Complete Edition - How to play?
1
Tutorial
Hi everyone, In this video, I show you the main idea behind this game. The first thing is to explore every part of the map to find stuff and to complete quest l...
To Any of You That Need Help Installing the Game on Macs
1
3
Tutorial
A fangame about dating the girls of HellTaker
Take a screenshot in unity (with transparent background)
1
2
Tutorial
What do you do when you want to take a screenshot of something in unity? Say a 3D model you want to use as an image in an inventory system. It'd be nice if it h...
Code Explanation
Tutorial
Below is the unwrapped code. There's actually not a whole lot to this one: 105 of the 280 characters fits on a single line. So, let's look at that in isolation...
1 file
How to implement "wait at least this long" in Unity/C#
Tutorial
Sometimes you want a thing to last a certain amount of time. When the user clicks a button, the popup afterwards sometimes shouldn't immediately appear. You wan...
To Any of You That Need Help Installing the Game on Windows
1
1
Tutorial
This is a guide for those of you that are stuck with downloading game and opening it on windows. I'll post a MAC one soon...
How to get Javascript's console.log in Unity/C#
Tutorial
How many times have I done this? Debug.Log(thing, otherThing); Only for Unity slap me upside the head with a mutter of disapproval. I sigh and make two Debug st...
[How-to] Adding a "Reduced Effect Intensity" option to an existing RPG Maker MV game
4
Tutorial
This article is a detailed breakdown of why and how we implemented the accessibility options that were added to Nina Aquila: Legal Eagle in December 2020. Much...
The most concise method (I know) of loading a JSON file asynchronously in Unity/C#
Tutorial
Loading code from the Resources folder is bad. Don't do it. But so is eating a dozen chocolate chip cookies. The cookies are delicious and the Resources folder...
RPG Maker MV Watercolor Tutorial - Dev Diary Video #3
2
2
Tutorial
Done! Phew, this was intense. Apologies if it's very dense with information and visuals, but I like to be thorough. Continuing Development Now that's done and d...
walkthrough_
Tutorial
Good afternoon everyone! I wanted to add a walkthrough for the game, just in case anyone hit a wall while playing the demo. This was previously available as a p...
Making Unity WebGL Builds for Itch
Tutorial
When making a game in Unity, it's recommended to host a WebGL build on itch to make your game significantly more accessible. Here's the step-by-step for how to...
Unity Facepunch.Steamworks P2P Multiplayer Tutorial
2
3
Tutorial
NOTE : I am a huge fan of Itch.io and will be releasing an offline version of Nectar of the Gods at launch on the platform. Unfortunately because Steam's Steamw...
Enemy Tutorial - Titan
Tutorial
Titans are the basic enemy land troopers. Their hands are weapons such as blades, energy guns or even shotguns depending on their assembly. They will face you a...
Enemy Tutorial - Tracer
Tutorial
The Tracer is a mobility restrictor enemy unit. It uses blue laser to trace 3 trajectories around you from its wings and a few seconds later perform high speed...
Walkthrough
4
Tutorial
Hey everyone! I'd like to thank you all for downloading and playing Sew in Love. This game is a little more strict than my others when it comes to achieving the...
2 files
How to recolour your boss to reappear as a character in a Visual Novel
Tutorial
It's a common trope in video games. You just defeated the monstrous Scarlet Dragon only to then see a bunch of green-coloured versions of it in the next region...
Enemy Tutorial - Vulcan
Tutorial
The Vulcan is an armored unit containing and orbital cannon inside an indestructible metal shell. In order to attack it opens the shell, extends the cannon, and...
Custom Carddecks
Tutorial
This is a step-by-step guide on “how to create your own carddeck in Cards against Humanity” Step 1: Download the .zip file from the official itch.io page St...
1 file
Enemy Tutorial - Punisher
Tutorial
The Punisher is a pasive enemy unit that rotates often to show you one of its two different cores. If you use the wrong kind of energy to shoot down a core, it...
Creating Footprints In The Snow
Tutorial
I found it quite difficult to find information on using Unity's particle system to make footprints that fade out after a while and follows the direction that th...
Building overview
Tutorial
Building overview List: Cost: -2 Food Cost: -1 Energy Population: +2 Neighbor effects: Everything effects a house. See the other buildings for more information...
Enemy Tutorial - Mirror
Tutorial
The Mirror is an insidious enemy that uses its energy shield to repel your bullets. Depending on the hit angle it may reflect the bullets in your direction and...
The Player´s Notebook - Basic UI Design
3
5
Tutorial
As CP and Paul kept you busy with some programming articles in the previous dev logs, we should talk about art again. Today, we are going to make stuff look goo...
Loading more posts...