Showing posts with label game development. Show all posts
Showing posts with label game development. Show all posts

Thursday, October 6, 2011

iPhone game "Pong Hau K'i" source code

Have you ever had a dream to write an iPhone board game and wondered where to start from ? Or maybe you wanted some simplistic iPhone game source code to look at and learn from ? Now you have a good opportunity to solve that problem . I've decided to publish my iPhone board game Pong Hau K'i
source code & assets. Use it for any purpose you wish - be it personal / educational or commercial use ...
HTH !

Friday, May 21, 2010

Pong Hau K'i

My first iPhone app is on App Store now. It is a Chinese board game Pong Hau K'i. You can check my game at App Store here. If you want - you can see a gameplay of Pong Hau K'i.
Here are some promotional codes for the first lucky players ;) ->

EKWKYHAPNL6X
HH9RAXLWPRJP
T7JNHRFEHXAM
467PEPJRWRN9
JXT93WN9RXJP
4JLN4M9EYX73
EWXALNN676WP
F6XHNXEE9Y4K
J9JH3EEPPL9J
HTJFK9R7RKMJ

Have a nice play !

p.s.
If you will use promo code - please write customer review for this game on iTunes.
Thanks!

Friday, February 5, 2010

Carousel - fishing card game

This time I was trying to learn C++ and DirectX and in the process of that to make some card game. So finally here it is - approximatelly 2500 lines of C++ code and game is finished and running (without bugs I suppose ) :-). You can download this card game from here (3.7 Mb)
and source code from here.
You can use source as you wish - no restrictions applied :-)

Here are some screeshots to stimulate your appetite :-) =>
Game menu screen:


Playing screen:


Known issues:
1.
If after execution of Carousel.exe you get error something like "this application has failed to start because d3dx9_41.dll was not found" - this means that you need to update your DirectX runtime. Go to microsoft site and get latest DirectX runtime.

2. If after execution you get "CreateDevice() - FAILED" check what video card you have. There is great possibility that game will not run on integrated grapchics cards. Sorry :-)

Enjoy !