All Projects → CompleteUnityDeveloper → Text101-Original

CompleteUnityDeveloper / Text101-Original

Licence: MIT license
A basic state-machine based text adventure exercise as part of our Complete Unity C# Developer course (http://gdev.tv/cudgithub)

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Text101-Original

Hfsm2
High-Performance Hierarchical Finite State Machine Framework
Stars: ✭ 134 (+211.63%)
Mutual labels:  state-machine, game-dev
SwiftElm
Reactive + Automaton + VTree in Swift, inspired by Elm.
Stars: ✭ 97 (+125.58%)
Mutual labels:  state-machine
Awesome Fsm
🤖 A curated list of awesome resources related to finite state machines and statecharts.
Stars: ✭ 189 (+339.53%)
Mutual labels:  state-machine
Api Generator
PHP-code generator for Laravel framework, with complete support of JSON-API data format
Stars: ✭ 244 (+467.44%)
Mutual labels:  state-machine
Liquidstate
Efficient asynchronous and synchronous state machines for .NET
Stars: ✭ 197 (+358.14%)
Mutual labels:  state-machine
Stateless
Go library for creating state machines
Stars: ✭ 247 (+474.42%)
Mutual labels:  state-machine
Modernavplayer
ModernAVPlayer is a persistence AVPlayer wrapper
Stars: ✭ 179 (+316.28%)
Mutual labels:  state-machine
hacker-feud
💥 A single page web game made with Svelte.
Stars: ✭ 61 (+41.86%)
Mutual labels:  game-dev
tinycoffee
tiny coffee is a framework to develop simple 2d games with opengl 3
Stars: ✭ 61 (+41.86%)
Mutual labels:  game-dev
Vue Save State
A Vue mixin to save the state of a component to local storage
Stars: ✭ 243 (+465.12%)
Mutual labels:  state-machine
Use Machine
React Hook for using Statecharts powered by XState. use-machine.
Stars: ✭ 226 (+425.58%)
Mutual labels:  state-machine
Ui Router
The de-facto solution to flexible routing with nested views in AngularJS
Stars: ✭ 13,738 (+31848.84%)
Mutual labels:  state-machine
Xstate
State machines and statecharts for the modern web.
Stars: ✭ 18,300 (+42458.14%)
Mutual labels:  state-machine
Fluent State Machine
Fluent API for creating state machines in C#
Stars: ✭ 195 (+353.49%)
Mutual labels:  state-machine
CryBits
CryBits is an open-source 2D ORPG game engine written in C#
Stars: ✭ 37 (-13.95%)
Mutual labels:  game-dev
Python Statemachine
Python Finite State Machines made easy.
Stars: ✭ 184 (+327.91%)
Mutual labels:  state-machine
Laravel State Machine
Winzou State Machine service provider for Laravel
Stars: ✭ 213 (+395.35%)
Mutual labels:  state-machine
Aws Etl Orchestrator
A serverless architecture for orchestrating ETL jobs in arbitrarily-complex workflows using AWS Step Functions and AWS Lambda.
Stars: ✭ 245 (+469.77%)
Mutual labels:  state-machine
HelenaFramework
Modern framework on C++20 for backend/frontend development.
Stars: ✭ 53 (+23.26%)
Mutual labels:  game-dev
StateArts
Intellij plugin that creates state machine diagram from state machine
Stars: ✭ 87 (+102.33%)
Mutual labels:  state-machine

Complete Unity Developer - Section 3 - Text101

This is the Complete Unity Developer - one of the most successful e-learning courses on the internet! Completely re-worked from scratch with brand-new projects and our latest teaching techniques. You will benefit from the fact we have already taught over 360,336 students game development, many shipping commercial games as a result.

You're welcome to download, fork or do whatever else legal with all the files! The real value is in our huge, high-quality online tutorials that accompany this repo. You can check out the course here: Complete Unity Developer

In This Section

Introduction To Text101

  • What Text 101 teaches
  • Increase our scripting skills (nearly 200 lines!).
  • The basics of “finite state machines”.
  • Invite you to create and share your own story.
  • Build our game to the web.
  • Share with the world.

Section 3 Game Design Document

Your Text 101 Assets

Section 3 Notes

Creating New Projects

  • Recap how to create and save projects
  • Set Up and save your Text 101 project
  • What gets 'carried over'
  • Import your prison image asset
  • Save your project

Adding 2D User Interface Text

  • Adding a UI > Text element to a scene
  • Setting the camera background colour
  • Moving and scaling your text
  • How to programatically change text
  • Challenge: Change text only on key press
  • Challenge: Add and scale the image

Word Wrapping & Joining Strings

Building Your Game Engine

  • The structure of our “engine”
  • What's an enum?
  • Challenge: complete the story

Our TextController.cs Script

Re-Organising Your Code

  • Update Your Update() Method
  • Rename freedom to corridor_0

Extending Our Prison Story

  • Add New State Methods.
  • Create your own text adventure.
  • How to enable code folding in Unity.
  • How to use Region to fold code.
  • Local Play Testing.

Our Extended Story Script

Build For Web & Share

Text101 Unity 5 & Web GL Build (Optional)

  • Upgrade to Unity 5.
  • About Web GL builds.
  • Build for Web GL and share.

DOWNLOAD Section 3 Unity Project

Section 3 Wrap Up

  • Recap and what's next
  • Did you write your own story?
  • Go on, be brave!
  • Maybe ask a friend to write it?
  • Build for the web.
  • Share with our fantastic community
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].