Uploaded July 2009 | Updated September 2026, 1 hour ago
This is my first game I created on Kodu game lab. I definately have to give a shout out to the community, since that's where many of the ideas are comming from.
Links:
community.research.microsoft.com/blogs/kodu/default.aspx
moco.net/korum
A special thanks to OoOoOomonkey for his Fireworks "code".
PM by Tag: Phrasz on XBL if you want it shared.
This is my first game I created on Kodu game lab. I definately have to give a shout out to the community, since that's where many of the ideas are comming from.
Links:
community.research.microsoft.com/blogs/kodu/default.aspx
moco.net/korum
A special thanks to OoOoOomonkey for his Fireworks "code".
PM by Tag: Phrasz on XBL if you want it shared.



![Reverting a Git Repo: Restoring working code & Saving bad code
This was my attempt at using OBS and my new video editing software in addition to showing a HUGE set of commands I use to manage code.
Music: Sun Storm by Ryan094 ( http://www.newgrounds.com/audio/listen/130712 )
My goto link for Git commands: http://stackoverflow.com/questions/1628563/how-can-i-move-recent-commits-to-a-new-branch-with-git
Summary of commands:
git branch Fail_01_Macros_Ported_Wrong
git reset hard [SHA ID]
To list branches in a repo:
git branch
To change to different branch:
git checkout [name of branch]
How to force update remotes:
git push all force [remote name] Reverting a Git Repo: Restoring working code & Saving bad code](https://i.ytimg.com/vi/D0nHAmtX3hg/mqdefault.jpg)






