Scripting Examples!

Here are some playable examples of things I made in unity. Still a noob to scripting in C#, but as I learn and make things, they will go here for you to fiddle with and try out! You will need Unity Web-Player to try these out. It'll prompt you to download it if you click one of these!

Enjoy!!


Wombat Game!

This little demo is a prototype-in-progress for a 2D platformer game where you play as a wombat. You need to find veggies to eat, which allows you to poop! Pooping provides platforms (and eventually other various effects) that allow the player to traverse the levels in unique ways.

This demo is just a character controller in progress, using sprites I made, and the basic eating/pooping mechanic in place!
            • When standing over grass, click with L Mouse to munch it.
            • For each grass you eat, you can use R Mouse to poop
            • Poop decays over time. When it decays, the grass will respawn




Gelatinous Cube's Revenge


This idea is sort of like Pacman with a dungeons and dragons spin. You play as a gelatinous cube while adventurers invade your dungeon. You must use your size to your advantage and can consume treasure to grow larger, or take damage to grow smaller. Currently all that works is locomotion and size-changing mechanics with a working health bar.
        • WSAD to move
        • X and C to debug give/take health.




No comments:

Post a Comment