https://github.com/trulyronak/spacecoders
An interactive tutorial to teach AI Game Programming
https://github.com/trulyronak/spacecoders
ai interactive-tutorial swift-playgrounds
Last synced: 7 months ago
JSON representation
An interactive tutorial to teach AI Game Programming
- Host: GitHub
- URL: https://github.com/trulyronak/spacecoders
- Owner: trulyronak
- Created: 2017-04-01T20:28:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T20:08:35.000Z (almost 9 years ago)
- Last Synced: 2025-03-13T16:43:39.390Z (12 months ago)
- Topics: ai, interactive-tutorial, swift-playgrounds
- Language: Swift
- Homepage: https://ronakshah.net/spacecoders
- Size: 432 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpaceCoders
SpaceCoders is an interactive tutorial designed to teach students the basics of AI Game Programming

## Objectives
Space Coders' Objective is to leave students with a basic understanding of how developers create basic AIs
## Goals
- [X] Allow users to play around with the scene by simply typing in code into a function
- Implemented through use of variable: ```game.everySecond```
- [ ] Add more levels and more complicated enemies
- [ ] Improve Art
- [ ] Add more pages to playground to teach the inital basics of programming
- [ ] Export a ```.playgroundbook``` file for the iPad
## Installation
#### To Use
- Simply download a release from the [releases page](https://github.com/ronakdev/SpaceCoders/releases/tag/1.0)
#### For Development
- Due to the finicky nature of Swift Playgrounds, I've wrapped the ```.playground``` file in a bigger folder. Simply fork/clone the repo and open the file in Xcode (Must be Version 8.0 or higher)