Creating "Card Decks" in Construct

9
  • 4 favourites

Index

Attached Files

The following files have been attached to this tutorial:

.c3p

buildingacarddeckprototype.c3p

Download now 404.17 KB
.capx

buildingacarddeckprototype.capx

Download now 283 KB

Stats

465 visits, 1,102 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY-NC 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

Let’s start our new C3 project. I'm paraphrasing from the workshop's Part III "Building Combat Engines for Browser Games" (Construct3 chapter).

We're not finished just yet; we should complete the project's metadata. Even if you completed the information in the initial "New project pop-up", we still need to enter more information than that. When your new project opens, click on the project folder in the Project Bar. You'll find more "project properties" to fill in on the left-hand side. The minimum we should have is:

  • Our project's name -- I'm calling mine the "Creating & Shuffling Card Decks" since it was created as a bonus tool to combat engine (CE) #1.
  • Set the window size and layer size to 800x500 with a margin of 50x50. I use 800x500 because it is a "Golden Ration". Why I use the "Golden Ration" is fully explained in the workbook.
  • Insert both "Touch" and "Mouse" for our gamer's input. (You might also include gamepad and keyboard inputs).
  • Insert "Audio" for any theme music and sound effects (aka "SFX") you like.
  • Insert "Function" for optimizations which we'll discuss shortly.
  • Insert several more objects: a button to shuffle our card deck, and another button to display that new shuffle.
  • 0 Comments

  • Order by
Want to leave a comment? Login or Register an account!