Kaun banega crorepati game (kbc2) (download the game)
Update as of 5th June 2011 : Source code for the game has been published on this page. Now you can change the game as you wish, using Swishmax (www.swishzone.com)
Update as of 20th Dec 2010 : I have been noticing quite a lot of visitors reaching this page through google search. So drop in a comment if you would like me to add any new features onto the game.
This was a simple game I created using SWiSH in 2005. The questions appear randomly with no logic for the levels of difficulty and the “Phone a friend” lifeline is a dummy lifeline with no real purpose. You should check out the game here. The game was hosted on a free domain kbc2.be and also on openflash.be initially which got a decent amount of hits. Those domain names dont exist anymore, so I have published it here. You can download the source code and read the instructions below if you like to edit the game to suite your needs.
Click below to play the game
VN:F [1.9.22_1171] |
VN:F [1.9.22_1171] |
KBC flash game source code
I have also noticed a few visitors to this blog searching for terms like “kbc game source code”. I am not sure whether anyone want to modify the existing flash game to accomodate new lifelines or game rules.
Anyway, you can download the source code for this game and a sample questions database (20 questions only) using the link below. You will need Swishmax v3 to open the .swi source file and edit program logic. If you just want to edit the questions and answers database, you can edit the core.kbc file in the zip archive.
If you modify the game using this source code and publish it elsewhere, you should retain an always visible text which reads “thekirankumar.com”
Download the game
How to add your own questions or edit the questions in KBC ?
The questions database (core.kbc is included in the KBC.zip package) contents are as follows :
&totques=183&
&ques1=What is capital of India?&
&a1=Bombay&
&b1=Delhi&
&c1=Calcutta&
&d1=Madras&
&ans1=2&
&ques2=Who is known as the father of the nation?&
&a2=Lal Bahadur Sastri&
&b2=Mahatma Gandhi&
&c2=Bal Gangadhar Tilak&
&d2=Rajiv Gandhi&
&ans2=2&
…
The first line &totques=183& in the file can be changed to specify the total number of questions you have in your database. If you plan to put only 20 questions, change the line to &totques=20&
The first question is in a variable called quest1, the second on quest2 and so on…
Similar naming for options . Variables a1,b1,c1,d1 will contain the text for the options for question 1. a2,b2 etc for question no 2
Answer is specified as &ans1=2& where the value 2 says the answer for question number 1 is option b (i.e, the variable b1). Similarly ans1=3 means that the answer is c.
Hence, by editing the core.kbc file using an text editor, you can modify/add new questions to the game.
You can access the source code of the flash game by opening the KBC.swi file using SwishMax. Post the URL of your version of the game as a comment in this page, I would love to see them.
kon banega crorepati game
kbc game
kaun banega crorepati game download
play kbc online
Incoming search terms:
- kbc game download (1722)
- kaun banega crorepati game download (871)
- kbc game free download (635)
- download kbc GAME (329)
- yhsm-inucbr_001 (269)
- KBC download (267)
- kon banega crorepati game free download (252)
- kaun banega crorepati game free download (212)
- kon banega crorepati game download (208)
- crorepati game download (191)
KBC game : Kaun Banega Crorepati online flash game 2013
about 13 years ago - 2,206 comments
KBC game will load below Game requires Flash plugin 9 New KBC HTML5 game launched This was a simple game I created using SWiSH in 2005. The questions appear randomly with no logic for the levels of difficulty and the “Phone a friend” lifeline is a dummy lifeline with no real purpose. The game was hosted…
Textoo Pro ; in the works
about 13 years ago - 1 comment
July 17th 2011 : Textoo Pro now in the apple app store. Download it here : http://textoo.in July 10th 2011 : Textoo v2.0 renamed to Textoo Pro Release of Textoo Pro has been postponed to July 15th 2011 due to app store codesign issues. Here’s a sneak peek into the brand new version of Textoo…
What’s my twitter reputation score ?
about 13 years ago - 1 comment
Last month, Twitter founder Evan Williams announced during the Web 2.0 summit that Twitter.com internally keeps a record of every users reputation score. This made me wonder how do they calculate each users reputation mathematically. After some thought, I charted out a few parameters based on which they could possibly arrive at a quantitative measure…
Java resource bundle modification to identify hardcoded strings
about 14 years ago - 1 comment
Was involved in the modification of the Java ResourceBundle class to make it optionally decorate all the strings coming from any specific resource bundle with certain special characters so that visual identification of hardcoded strings is possible.
Chat with me
about 14 years ago - 85 comments
I am Available mostly between 11 am to 6 pm (GMT + 5.30). If I appear offline, just drop in a mail. I will respond to it ASAP. Incoming search terms:kiran kumar karne (3)contact kiran kumar (3)160by2 (2)www the kiran kumar com (2)kiran kumar u (2)yhsm-inucbr_001 (2)freesms8 cannot edit contact (1)play online falsh gamescrorepati (1)sardughar…
27th Oct – Appcelerator Titanium Webinar Recording , questions and answers
about 14 years ago - 4 comments
Recording Watch the webcast recording for the Q&A session here Q&A Transcript These are the questions and answers which were posted during the Titanium webinar which took place on 27th Oct 2010 Q: Will Blackberry still be windows only? A: it’ll be mac when RIM adds a Mac simulator Audience Question Q: Does Titanium support…
Titanium Mobile vs Sencha Touch
about 14 years ago - 9 comments
I just tried out the sencha touch examples on the android 1.6 simulator and the performance is pathetic. Seems like google forgot to properly implement their javascript V8 engine onto their OS. Appcelerator’s Titanium Mobile and Sencha touch are 2 different frameworks which address a totally different set of audiences. Comparing them is like comparing…
Facebook cricket betting application
about 14 years ago - 4 comments
Developed a facebook app for placing virtual bets on cricket matches with teams made from your facebook friends. Made using PHP 5, ExtJS framework, Facebook API
Video editing / post production / audio mixing
about 14 years ago - 3 comments
These are the 3 parts of the short film made for final year smriti DVD for my college engineering branch.The camera work, editing and background score stitching was done by me.
3ds max animation
about 14 years ago - 4 comments
Playiing with reflection & refraction materials combined with smoke and particles became my new way to pass time. With help from the ’3dsmax 6 Bible’, I learnt a few basics. Here are some of the videos I rendered:
about 13 years ago
please give a download link
about 13 years ago
You can save the SWF file from http://thekirankumar.com/blog/kbc/KBC.swf
You also need to save a text file containing the questions and answers which has been mailed to you. I cannot publish the link here as it will spoil the spirit of the game, although its not very difficult to figure out the url. This text file can be modified to add your own questions,options and answers.
about 13 years ago
hello Kiran,
I would like to edit the questions and recreate the game for my office internal use.. so request u to send me the source file and steps to edit them..
about 13 years ago
I have replied to you via email. Also refer to the previous comment. The questions database file should be on the same folder as the SWF file.
about 13 years ago
Hello Kiran I have not received any email from you.. please send it back to [email protected]
about 13 years ago
Hello Kiran,
I have downloaded the questions, however help me with steps.. how these questions will display in kbc. swf
about 13 years ago
Open the questions database with any text editor , like notepad.
You can see the questions , options and the answers. As you have requested me to help you out on chat, you can use the “Contact>Chat with me” link to chat with me now.
about 13 years ago
The questions database contents are as follows :
&totques=183&
&ques1=What is capital of India?&
&a1=Bombay&
&b1=Delhi&
&c1=Calcutta&
&d1=Madras&
&ans1=2&
&ques2=Who is known as the father of the nation?&
&a2=Lal Bahadur Sastri&
&b2=Mahatma Gandhi&
&c2=Bal Gangadhar Tilak&
&d2=Rajiv Gandhi&
&ans2=2&
…
The first line &totques=183& in the file can be changed to specify the total number of questions you have in your database. If you plan to put only 20 questions, change the line to &totques=20&
The first question is in a variable called quest1, the second on quest2 and so on…
Similar naming for options . Variables a1,b1,c1,d1 will contain the text for the options for question 1. a2,b2 etc for question no 2
Answer is specified as &ans1=2& where the value 2 says the answer for question number 1 is option b (i.e, the variable b1). Similarly ans1=3 means that the answer is c.
about 13 years ago
I would like to edit the questions and recreate the game for my office internal use.. so request u to send me the source file and steps to edit them……plz help me out soon
about 13 years ago
I would like to edit the questions and recreate the game for my office internal use.. so request u to send me the source file and steps to edit them……plz help me out soon
about 13 years ago
hi,
really liked your game. i have also started in flash and may b if you can send me the code at my mail id [email protected], i too would be able to make game studying your tutorial.
about 13 years ago
can you send me the tutorial/code at my mail [email protected].
about 13 years ago
Hi Kiran,
I wanted to check if i could use your game in one of my team event.
It will have different question set focused to the topic of the session.
Can you please help me with the following:
1. How can i edit questions (i read your previous post on this but still could not mange to make it work.
2. How the SWF file knows where to search the question database?
3. Is there any way by which i can modify the SWF – mainly to remove the life lines and modify the ‘Rupees won’ to ‘points won’
It would be great help if if you could help me to make the team event ‘different’
about 13 years ago
can you send me the code at my mail
about 13 years ago
its good
about 13 years ago
please also send me the code….as i want to use it as tutorial……my emails id is [email protected]
about 13 years ago
please also send me the code….as i want to use it as tutorial……my emails id is [email protected]
about 13 years ago
plz provide me the source code of kbc i wld like to use it as our minor project
about 13 years ago
plz provide me the source code of kbc i wld like to use it as our minor project
about 13 years ago
this k.b.c. game is wonderfull
about 13 years ago
please provide me the source code as i would like to modify the game according to recent rule changes n adding more questions to the game…pl mail me
about 13 years ago
i like it
about 13 years ago
sdsd
about 13 years ago
really nice thng………….pls tell me hw to download this…….
about 13 years ago
i am a fan of kbc
about 13 years ago
i am a fan of kbc
about 13 years ago
Please provide with me the code too.Please email me soon.Please!Thanks for uploading the game.
about 13 years ago
Please provide with me the code too.Please email me soon.Please!Thanks for uploading the game.
about 13 years ago
i like kbc
about 13 years ago
who r u
about 13 years ago
@Vidhi The source code was published back in June. You can download it using the above link.
@Khanki, I am Kiran Kumar, Who are you ?
about 13 years ago
@Vidhi The source code was published back in June. You can download it using the above link.
@Khanki, I am Kiran Kumar, Who are you ?
about 13 years ago
COOL GAME
about 13 years ago
ITs a cool game its my favourite and in this we will get more knowledge and i and i say best of luck to all the players
about 13 years ago
we are learining more in kbc we get more knoweledge in this game
about 13 years ago
i want to learn more
about 13 years ago
friend
about 13 years ago
hi kiran kumar
about 13 years ago
sir would you like to tell me……….i wanna knows about(kvc game) the game. how can i join this game, in this seasions yaa next seasion. plese tell me
about 13 years ago
sir
how can i join kbc
about 13 years ago
cool game keep it up
about 13 years ago
No comments…
about 13 years ago
i <3 this man itz pretty kool………..!!!
post submiteed on 2011
about 13 years ago
like kbc games
about 13 years ago
like kbc games
about 13 years ago
i likedthe game vvvvvvvvvvvvvvvvvvvvvvvvvvvveeeeeeeeeeeeerrrrrrrrrryyyyyyyyyyyyyyyyyyyyyyyyyyyy much
about 13 years ago
KBC IS THE ONE OF THE BEST QUIZ GAME AND AMITHAHBACHAN YOUR ROCKING******
about 13 years ago
KBC IS THE BEST GAME AND ENTERTIING PROGRAM
about 13 years ago
Rockkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk the game was superb
about 13 years ago
thank u!
about 13 years ago
i am very poor boy’s
about 13 years ago
very good
about 13 years ago
aa gaya hai budha tera baap
about 13 years ago
VAIBHAV JINDAL DRXFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
about 13 years ago
IT VERY NICE GAME THANK YOU, SIR