Archive for November, 2009

Rock-paper-scissors or Jack en Poy Program in C

November 19, 2009

Being a learner who wants to know how to create computer instructions or programs, it is a great help to me being able to learn the basic of programming by having the right tools and the right motivation.

Why do I want to learn C? First, C will act as my foundation on other language that I want to study in the future. Second, I will use C as my language in developing firmwares for MCU. Third, there’s no other reason for me not to study if everyone says that i should know it

I finished my self-project jack en poy program which is inspired by my jack en poy circuit. Here’s the source code and the .exe file in case you want to try it. Please refer to the link.

CircuitDesolator Jack-en-Poy

I will improve this by creating an enemy or input generated by the computer itself.