게임 정보
In addition to being a great hobbyist tool, AppGameKit Classic is an excellent programming language to teach coding for the very first time, capable of starting students off with an easy to use BASIC and progressing to the industry standard C++ for more advanced lessons.
In the booklet accompanying these educational materials, you’ll find a very simple guide with code exercises to introduce:
The booklet PDF is accompanied by source code for each of the lessons taught and starts the student off at a very easy pace to ensure they grasp the concepts before moving onto more advanced topics.
Please note that this book does not attempt to teach BASIC, C++ or AGK2 statements, only provide a guide to what to teach initially
The guide was written and designed by author Robert J. Saunders, his website being found at
In the booklet accompanying these educational materials, you’ll find a very simple guide with code exercises to introduce:
- Commands
- Remarks
- Programming Conventions
- Loops and Functions
- Variables
- Mathematical Operators
- The Two-Dimensional Grid
- Conditional Statements
- Logical Operators
- Input
- Images And Sprites
- Text
- Syntax And Debugging
- Arrays and User-Defined Types
The booklet PDF is accompanied by source code for each of the lessons taught and starts the student off at a very easy pace to ensure they grasp the concepts before moving onto more advanced topics.
Please note that this book does not attempt to teach BASIC, C++ or AGK2 statements, only provide a guide to what to teach initially
The guide was written and designed by author Robert J. Saunders, his website being found at