Page 1 of 1

Mutrify's Dev Diary

Posted: Tue Feb 21, 2012 2:47 pm
by Mutrify
Intro
Hello! Instead of posting a lot of individual topics I figured it's better to have a one thread where I can show off what I'm working on. I'll be posting here regularly with new projects. Please tell me what you think - I'm grateful for any criticism that you may have :) :worship:
I post the flash games and apps that I like to my website at http://www.mutrify.com/index.php?navID=programming.
All videos go on my new YouTube channel: http://www.youtube.com/user/Mutrify

First Entry - Amateur Game Dev Video
I started doing a lot of ActionScript programming, mainly because that's what we're using in school. Maybe I'll go back to C++ soon but for now AS3 is perfect, it's so easy to get prototypes working quickly. I made a few games and also some applications. Next I want to make some familiar games, like pong, I have absolutely no ideas for an original game concept.

I don't know if any of you remember my videos from 1-2 years back, but I added an entry to my Amateur Game Dev Series on Youtube. Here it is:


Links to what's seen in the video:
Website: http://www.mutrify.com
Space Game: http://www.mutrify.com/index.php?navID= ... ng&pID=one
Flash Calculator http://www.mutrify.com/index.php?navID= ... g&pID=calc

Re: Mutrify's Dev Diary

Posted: Tue Feb 21, 2012 4:38 pm
by cypher1554R
The ship game looks promising. I wonder if you can think of an interesting fresh challenge to add to it.

Anyone who can code while screen capturing the process knows what he/she is doing. ;) Keep it up!

Re: Mutrify's Dev Diary

Posted: Tue Feb 21, 2012 7:16 pm
by Mutrify
Second Entry - Game Of Life and Projectile Motion Sim
I worked on two projects today:
1. Projectile Motion Simulator - http://www.mutrify.com/index.php?navID= ... projectile
2. Conway's Game of Life - http://www.mutrify.com/index.php?navID= ... g&pID=life

Here is a time-lapse video of me making Conway's "Game of Life", a few hours of coding sped up to about a minute or two of video:

Re: Mutrify's Dev Diary

Posted: Sun Feb 26, 2012 1:11 pm
by Mutrify
Third Entry - Pong

I created a two player version of Pong in Flash:
http://www.mutrify.com/index.php?navID= ... g&pID=pong

Re: Mutrify's Dev Diary

Posted: Thu Mar 08, 2012 4:12 pm
by Mutrify
Fourth Entry - Breakout
This is one of the things I've been working on the last few days, a simple breakout remake in AS3. I think I'm going to start C++ again soon. Enjoy :) 8-)

Game link: http://mutrify.com/index.php?navID=prog ... D=breakout

Re: Mutrify's Dev Diary

Posted: Fri Mar 09, 2012 6:22 pm
by Mutrify
Fifth Entry - Tic Tac Toe
This is my new version of Tic Tac Toe made in ActionScript3. You can play against the computer, local co-op or even watch the computer play against itself. I'm getting tired of AS3, I'm switching back to programming in C++, now! :worship:

Game Link: http://www.mutrify.com/index.php?navID= ... =tictactoe

Re: Mutrify's Dev Diary

Posted: Wed Apr 11, 2012 10:34 am
by Mutrify
Sixth Entry - The Hero's Quest

Hello again. I've been working on a text based RPG for the competition at moosader.com and it's done! :)
Click below to check it out:
http://forum.moosader.info/viewtopic.php?f=68&t=1587

Video:

Re: Mutrify's Dev Diary

Posted: Wed Apr 11, 2012 10:38 am
by k1net1k
Hey congrats on finishing, I have tried and failed in a couple of game jams/comps

Re: Mutrify's Dev Diary

Posted: Sun Apr 29, 2012 2:45 pm
by codeblue9955
The ship game would be pretty cool if you added asteroid or something similar flying towards a "planet" in the middle of the screen and the player must fly around the planet and destroy them with out shooting the planet. just my $.02

Re: Mutrify's Dev Diary

Posted: Sun Aug 05, 2012 5:38 pm
by Mutrify
Thanks for the feedback, both of you :-)