If you are interested in my Unity tutorials consider purchasing the “bonus” pack, included with my books on game design.
Fun Projects
- Play educational games and build a robot to defeat… erm… somebody (In Development)
- A Demonstration Project to be paired with the PDF tutorial from lazydesigner.brentknowles.com.
- Letter games The default link takes you to standard gameplay but this demo has a quick and dirty way to allow users to customize the gameplay (the words to search for) via URL parameters. Check out the following links for some examples. Note: The max length of all letters to search for is 9. Also, a couple of examples append a _2 or likewise to the end of a word. This overrides the default “health bonus” for completing a word and gives a unique effect, based on the list of effects I’ve implemented (which is only 3 different ones — size, health, speed). Obviously, in a real game, all of this would be handled via an in-game interface but by cobbling this together it allows me to pass this off for kid testing earlier.