Skip to content

A demo game for game engine Construct2. Teaches artists and other non developers how to create their own games without code.

License

Notifications You must be signed in to change notification settings

KatVHarris/NancysQuest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NancysQuest

A demo game for game engine Construct2. Teaches artists and other non developers how to create their own games without code.

Author

Katherine 'Kat' Harris | Microsoft Technical Evangelist | Twitter: @KatVHarris

Construct2

Construct2 is a HTML5 game creator that uses powerful event systems to allow anyone to make games without coding. The engine uses Layouts paired with Event Sheets to control different Objects in the game. Layouts hold all the objects that will appear in a game. Event sheets are run in order. So if a command at the top of the page is run before one that follows it. All events are numbered. There are comments in the Main Event sheet explaining what the event does.

Directions

Download Construct2 - https://www.scirra.com/construct2 Open NancysQuest Construct2 Project in Construct2 Folder

StartScreen - Layout

This is Layout acts as the start screen and intro to the game.

StartEvents - Event Sheet

There are only 3 events on the start screen

  • Setting the players position
  • Starting the music
  • Loading the MainGame Layout when the Player is Overlapping the Tree.

MainGame - Layout

Contains the Objects for the Main Game:

  • DemoGorgan
  • Player Sprite
  • Tree Obstacles
  • Background ground sprites

Event Sheet 1 - Event Sheet

There are several events for the main game. They control:

  • Player Health text
  • Player Movement
  • DemoGorgan Movement
  • Player Attack
  • End Game Senario

Helpful Links

Sprite Animation Tutorial - https://www.scirra.com/tutorials/413/direction-based-sprite-animation

PowerPoint

The attached PowerPoint has the presentation given at the 2016 GaymerX4 Conference in San Jose, CA.

About

A demo game for game engine Construct2. Teaches artists and other non developers how to create their own games without code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published