Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (5)
This is codejam 2014 question B & quot; cookie clicker Alpha & quot
no vote
This is solution to codejam 2014 problem B "Cookie Clicker Alpha".  Cookie Clicker  is a Javascript game by Orteil, where players click on a picture of a giant cookie. Clicking on the giant cookie gives them cookies. They can spend those cookies to buy buildings. Those buildings help them get even more cookies. Like this problem, the game is very cookie-focused. This problem has a similar idea.
bob_wilis
2016-08-23
0
1
Minesweeper
no vote
Minesweeper is a computer game that became popular in the 1980s, and is still included in some versions of the Microsoft Windows operating system. This problem has a similar idea.
bob_wilis
2016-08-23
1
1
Cocos2d Tutorial
no vote
This is Cocos2d tutorial project that demonstrate how to initialize OpenGL ES context, How to set OpenGL Pixel Format, how to set pixel format,  how to set buffer depth, how to set projection and orientation, how to enable multiple touches, How to display Scene etc.
bob_wilis
2016-08-23
0
1
Notification Poster
no vote
This example produces an application called StockMarket, which lets you "broadcast" prices of stocks by entering the stock symbol and price in two textfields. It then sends out a "Stock Price Changed Notification" distributed notification. The object in the notification is the CFString representing the stock symbol (for instance, "AAPL"); this allows observers to tailor the notifications they receive to their needs: That is, if an observer wants only certain stock prices, they can register for the "Stock Price Changed Notification" notification, but only with the desired stock symbols provided as the object.  Observers wanting all stock price changes can register with an object of NULL.
bob_wilis
2016-08-23
0
1
StreetScroller
no vote
This application demonstrate how to scroll text by user interaction. User can touch the text to scroll the text horizontally. User can easily use this feature in any app.
bob_wilis
2016-08-23
1
1
No more~