Game Templates – How To… Construct 2 & 3 Demos https://howtoconstructdemos.com Construct 2 & 3 Example Demos Thu, 01 Apr 2021 12:08:31 +0000 en-US hourly 1 https://wordpress.org/?v=5.7.1 Random Level Generator Template for Top-Down View Games – Premium Template https://howtoconstructdemos.com/random-level-generator-template-for-top-down-view-games/ Thu, 01 Apr 2021 12:02:32 +0000 https://howtoconstructdemos.com/?p=2305 A new version of our most popular Random Level Generator template, now for Top-Down View games! Making a game with 1000 levels? Creating each level manually will take you weeks or even months of work. Generate your levels from a set of small scenes and you can have a practically infinite number of levels! Pick […]

The post Random Level Generator Template for Top-Down View Games – Premium Template appeared first on How To... Construct 2 & 3 Demos.

]]>

A new version of our most popular Random Level Generator template, now for Top-Down View games!


Making a game with 1000 levels? Creating each level manually will take you weeks or even months of work. Generate your levels from a set of small scenes and you can have a practically infinite number of levels! Pick scenes randomly, or load a list of scenes for each level from an array.

This template includes 4 demo levels which will show you how to …

  • Create random levels with any number of scenes, placed in a 2D grid
  • Create a dungeon level like in “The Binging of Isaac”
  • Create a level, where dungeon configuration is read from the array.
  • Create a racing track with pre-defined configuration, where each segment of the track is picked randomly.
  • Use seeded random to generate the same random level for all players

Purchase this Premium Template at the Construct Asset Store

Happy
Happy
0 %
Sad
Sad
100 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

The post Random Level Generator Template for Top-Down View Games – Premium Template appeared first on How To... Construct 2 & 3 Demos.

]]>
Chess game! https://howtoconstructdemos.com/chess-game/ Sun, 03 Jan 2021 15:54:13 +0000 https://howtoconstructdemos.com/?p=2270 Chess for two players! There are so many rules in chess, programming them from scratch would take forever. Luckily, with chess.js library and a bit of scripting this task becomes a breeze! Create your own chess game from this template and learn how to implement a 3rd party library in C3 project.

The post Chess game! appeared first on How To... Construct 2 & 3 Demos.

]]>

Chess for two players!

There are so many rules in chess, programming them from scratch would take forever.
Luckily, with chess.js library and a bit of scripting this task becomes a breeze!
Create your own chess game from this template and learn how to implement a 3rd party library in C3 project.

Happy
Happy
57 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
43 %

The post Chess game! appeared first on How To... Construct 2 & 3 Demos.

]]>
Physics Block Puzzle – Premium and Free templates, plus Youtube demo https://howtoconstructdemos.com/physics-puzzler-move-and-re-arrange-blocks-with-mouse-c3p/ Sat, 05 Sep 2020 23:26:18 +0000 https://howtoconstructdemos.com/?p=407 A neat little puzzler template where your goal is to re-arrange yellow blocks and move them all to the green space. This simple drag&drop mechanics is made with Physics behavior, which gives it a natural and satisfying feel. Blocks are dragged as if they have weight, and slide nicely around other blocks and into gaps. […]

The post Physics Block Puzzle – Premium and Free templates, plus Youtube demo appeared first on How To... Construct 2 & 3 Demos.

]]>

A neat little puzzler template where your goal is to re-arrange yellow blocks and move them all to the green space.

This simple drag&drop mechanics is made with Physics behavior, which gives it a natural and satisfying feel. Blocks are dragged as if they have weight, and slide nicely around other blocks and into gaps.

Scroll down to download a free demo.
Purchase Premium Template at the Construct Asset Store or at itch.io to get these additional features:

  • Loading screen
  • Level selection menu
  • Five sample levels and a Level Builder layout
  • Tetris-style blocks
  • Level completion detection
  • Progress saved in Local Storage
  • Well-organized and fully commented code

You can watch this and other Construct 2/3 videos at: the Bart Alluyn Channel
Please like and subscribe!

Happy
Happy
17 %
Sad
Sad
0 %
Excited
Excited
67 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
17 %

The post Physics Block Puzzle – Premium and Free templates, plus Youtube demo appeared first on How To... Construct 2 & 3 Demos.

]]>
Air Hockey game template for two players (Demo & Youtube Tutorial) https://howtoconstructdemos.com/air-hockey-game-template-for-two-players/ Sat, 30 May 2020 13:27:42 +0000 https://howtoconstructdemos.com/?p=1944 What makes this Air Hockey template super awesome? It supports touch controls for two players and has less than 20 events! C2 C3 You can watch this and other Construct 2/3 videos at: the Bart Alluyn Channel

The post Air Hockey game template for two players (Demo & Youtube Tutorial) appeared first on How To... Construct 2 & 3 Demos.

]]>

What makes this Air Hockey template super awesome? It supports touch controls for two players and has less than 20 events!


C2

C3

You can watch this and other Construct 2/3 videos at: the Bart Alluyn Channel

Happy
Happy
86 %
Sad
Sad
14 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

The post Air Hockey game template for two players (Demo & Youtube Tutorial) appeared first on How To... Construct 2 & 3 Demos.

]]>
Push objects in tile-based game Sokoban style (Demo & Youtube Tutorial) https://howtoconstructdemos.com/push-objects-in-tile-based-game-sokoban-style/ Mon, 30 Mar 2020 12:17:47 +0000 https://howtoconstructdemos.com/?p=1873 Let your player interact with the environment by pushing different objects (crates, chests, rocks) in a tile-based game You can watch this and other Construct 2/3 videos at: the Bart Alluyn Channel Please like and subscribe!

The post Push objects in tile-based game Sokoban style (Demo & Youtube Tutorial) appeared first on How To... Construct 2 & 3 Demos.

]]>

Let your player interact with the environment by pushing different objects (crates, chests, rocks) in a tile-based game

You can watch this and other Construct 2/3 videos at: the Bart Alluyn Channel
Please like and subscribe!

Happy
Happy
50 %
Sad
Sad
0 %
Excited
Excited
25 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
25 %

The post Push objects in tile-based game Sokoban style (Demo & Youtube Tutorial) appeared first on How To... Construct 2 & 3 Demos.

]]>
Generate random levels from pre-built scenes – Premium and Free templates, plus Youtube Tutorial https://howtoconstructdemos.com/generate-random-levels-from-pre-built-scenes/ Mon, 09 Mar 2020 02:21:05 +0000 https://howtoconstructdemos.com/?p=1864 Making a game with 1000 levels? Creating each level manually will take you months. Generate your levels randomly from a set of scenes and you can have a practically infinite number of levels done in a matter of hours! Scroll down to download a free demo. Purchase Premium Template at the Construct Asset store or […]

The post Generate random levels from pre-built scenes – Premium and Free templates, plus Youtube Tutorial appeared first on How To... Construct 2 & 3 Demos.

]]>

Making a game with 1000 levels? Creating each level manually will take you months. Generate your levels randomly from a set of scenes and you can have a practically infinite number of levels done in a matter of hours!

Scroll down to download a free demo.
Purchase Premium Template at the Construct Asset store or at itch.io to get these additional features:

  • Pick scenes of selected difficulty, or a mix of difficulties
  • Use seeded random to generate the same random level for all players
  • Re-use scenes in an infinite runner/jumper games
  • Load a list of scenes or seeds for each level from an array

You can watch this and other Construct 2/3 videos at: the Bart Alluyn Channel
Please like and subscribe!

Happy
Happy
50 %
Sad
Sad
0 %
Excited
Excited
50 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

The post Generate random levels from pre-built scenes – Premium and Free templates, plus Youtube Tutorial appeared first on How To... Construct 2 & 3 Demos.

]]>
Template for a card game – shuffling a deck of cards, dealing cards to two players https://howtoconstructdemos.com/template-for-a-card-game-shuffling-a-deck-of-cards-dealing-cards-to-two-players/ Sat, 08 Feb 2020 06:21:04 +0000 https://howtoconstructdemos.com/?p=1594 Just some basics required to create any card game – shuffle the deck, deal cards to players, automatically re-arrange cards by suit and value. No dreadful arrays, no complex code, easy to use and adapt to your game! Construct 2 and Construct 3 versions. (C2 version requires MoveTo addon)

The post Template for a card game – shuffling a deck of cards, dealing cards to two players appeared first on How To... Construct 2 & 3 Demos.

]]>

Just some basics required to create any card game – shuffle the deck, deal cards to players, automatically re-arrange cards by suit and value.

No dreadful arrays, no complex code, easy to use and adapt to your game!

Construct 2 and Construct 3 versions. (C2 version requires MoveTo addon)

Happy
Happy
60 %
Sad
Sad
0 %
Excited
Excited
20 %
Sleepy
Sleepy
0 %
Angry
Angry
20 %
Surprise
Surprise
0 %

The post Template for a card game – shuffling a deck of cards, dealing cards to two players appeared first on How To... Construct 2 & 3 Demos.

]]>
Stencil Art – create beautiful paintings using different stencils, brushes and colors https://howtoconstructdemos.com/create-beautiful-paintings-using-different-stencils-brushes-and-colors-c3p/ Thu, 06 Feb 2020 18:05:43 +0000 https://howtoconstructdemos.com/?p=1313 Create masterpieces in seconds!

The post Stencil Art – create beautiful paintings using different stencils, brushes and colors appeared first on How To... Construct 2 & 3 Demos.

]]>

Create masterpieces in seconds!

Happy
Happy
100 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

The post Stencil Art – create beautiful paintings using different stencils, brushes and colors appeared first on How To... Construct 2 & 3 Demos.

]]>
Sharkie game – a hungry shark chasing swimmers https://howtoconstructdemos.com/sharkie-game-you-are-a-hungry-shark-chasing-swimmers-eat-em-all-capx/ Thu, 06 Feb 2020 18:01:25 +0000 https://howtoconstructdemos.com/?p=1307 Move the shark by using the controls at the bottom of the screen. There are two ways to play this game (depending on what kind of person you are) – either avoid accidentally eating any of the swimmers, or munch ’em all!

The post Sharkie game – a hungry shark chasing swimmers appeared first on How To... Construct 2 & 3 Demos.

]]>

Move the shark by using the controls at the bottom of the screen.
There are two ways to play this game (depending on what kind of person you are) – either avoid accidentally eating any of the swimmers, or munch ’em all!

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
50 %
Sleepy
Sleepy
0 %
Angry
Angry
50 %
Surprise
Surprise
0 %

The post Sharkie game – a hungry shark chasing swimmers appeared first on How To... Construct 2 & 3 Demos.

]]>
Skiing or Driving Game – Leaving Double Tracks, Infinite Scrolling Background CAPX https://howtoconstructdemos.com/skiing-or-driving-game-leaving-double-tracks-infinite-scrolling-background-capx/ Sun, 02 Feb 2020 22:35:17 +0000 https://howtoconstructdemos.com/?p=750 Easily create a infinite moving game with the help of this demo. Also creates a cool double tracks effect perfect for a downhill skiing game. As always event sheet is included.

The post Skiing or Driving Game – Leaving Double Tracks, Infinite Scrolling Background CAPX appeared first on How To... Construct 2 & 3 Demos.

]]>

Easily create a infinite moving game with the help of this demo.
Also creates a cool double tracks effect perfect for a downhill skiing game.
As always event sheet is included.

Happy
Happy
100 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

The post Skiing or Driving Game – Leaving Double Tracks, Infinite Scrolling Background CAPX appeared first on How To... Construct 2 & 3 Demos.

]]>