Skip to content
Ciro Continisio edited this page May 8, 2021 · 12 revisions

Welcome to the Wiki for Open Project #1: Chop Chop!

This is intended to be an instruction manual. (Almost) all of the game's systems and components are explained here, so you can download the project using Git, and start exploring it using this Wiki as documentation.

All pages are in continuous evolution as the game changes during its development, so check them out again before you modify a system, to make sure you are up to date with the changes.

If you want to contribute to the game, don't forget to read the Contribution Guidelines first! They contain a lot of important things you should know before you make your first contribution. And especially for programmers, check out the Code Conventions or, for artists, the Art Contribution guidelines.

If you spot an error on this wiki, enter it as an issue in the Issues page.

Home
Video materials

Basics

World building and Graphics

Game architecture

The game systems explained, with API examples. For programmers.

Game design

How-tos for designers to expand the game's gameplay.

  • Adding quests
  • Adding items
  • Creating dialogues
  • Making a cutscene
Clone this wiki locally