logo
|
Always follow your heart and do things that makes you happy

Stencyl - Tic Tac Toe

In the project "Programming for You & Me" where the focus is to teach programming, using game developing as a teaching method. I was thinking about using the game "Asteriod' as the first lesson serie, but somehow I felt that this would be too complicated for a beginner to start with. So I decided to create a more simple game that I think would be suitable.
/posts/stencyl-tictactoe/001-Gameplay.jpg

Gameplay

/posts/stencyl-tictactoe/002-Winner-of-the-round.jpg

Winner of the round

/posts/stencyl-tictactoe/003-Tie-round.jpg

Tie round

/posts/stencyl-tictactoe/004-Design-of-the-gameplay-scene.jpg

Design of the gameplay scene

/posts/stencyl-tictactoe/005-Design-of-actors.jpg

Design of actors

/posts/stencyl-tictactoe/006-Logical-codes-of-the-gameplay.jpg

Logical codes of the gameplay

In the process of creating this game the students will learn basic programming skills and theories, and of course the basic usage of Stencyl. The students will learn about the following:

  • Programming theories
    • Variables
    • If conditions and logical comparison
    • Functions
    • Usage of comments
  • Programming skills
    • Designing the game
    • Logical thinking
    • Testing & debugging
    • Coding & modularization of the codes
    • "Coding Honor" such as attribution and refering to other's work
  • Stencyl skills
    • Creating scenes, actors and behavoirs
    • Logical coding
    • Deploying the game
Technical Details
Initial StartedJuly 29, 2020
Latest ReleaseSeptember 01, 2020
ToolStencyl
LicenseMIT license for Tic Tac Toe game (other licenses for assets)

Source
Source code of the project is located here: Stencyl_Game_TicTacToe (Github)