Skip to main content

Posts

Showing posts from July, 2010

myshell

This is my linux shell program written in c. I will post a download link of the PDF of the code soon. :) ============================================= INTRINSIC COMMANDS cd - prints the current working directory. cd <directory> - changes the current working directory to the specified. (e.g cd Videos) echo - print rest of line as comment. (e.g echo helloworld) environ - list the shell environment by having the built-in pointer: extern char **environ pause - wait for the user to press ENTER key to continue quit - quit the shell help - print this help script ============================================= ALIASES clr - clear the screen dir - list the contents of current working directory dir < directory > - list the contents of <directory> (e.g dir Videos) ============================================= I/O REDIRECTION programname < inputfile - stdin is read from a file rather than the keyboard programname > outputfile - stdout is r...

My AS 3.0 Game

This is my first time to program an Actionscript 3.0 flash game.  Thanks to this tute which provided the framework source code. I just modified the interface, put a scoring, trivia for every correct answer, final score feedback. I also  randomized the words and changed the theme of the game. This game is about the Philippine National Symbols and elementary students are the main player of this game. *UPDATED improved hints, trivia for every correct answer (07-31-10) *UPDATED score feedback and game finished (08-01-10) *UPDATED improved game interface (08-02-10) This is the full game which includes other games created by my friends (as our school project). Mine is the first game on the main menu 'National Symbols'. Some games won't work though because they are only linked and not embedded on the main swf file. Feel free to try it :) I hope this is already bug-free. credits to blog.spoongraphics.co.uk for the cute monster :D