All Projects → Rohitjoshi9023 → KBC--Kaun-Banega-Crorepati

Rohitjoshi9023 / KBC--Kaun-Banega-Crorepati

Licence: other
It is Core Java based Game based on Indian television game show having best animation as possible in Core java 5000+ lines

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to KBC--Kaun-Banega-Crorepati

Project17-B-Map
Map SDK를 활용한 POI Clustering Interaction Dev
Stars: ✭ 78 (+105.26%)
Mutual labels:  core
soda-for-java
SODA (Simple Oracle Document Access) for Java is an Oracle library for writing Java apps that work with JSON (and not only JSON!) in the Oracle Database. SODA allows your Java app to use the Oracle Database as a NoSQL document store.
Stars: ✭ 61 (+60.53%)
Mutual labels:  jdbc
table2pojo
Generate POJOs for database table/columns
Stars: ✭ 16 (-57.89%)
Mutual labels:  jdbc
apache-flink-jdbc-streaming
Sample project for Apache Flink with Streaming Engine and JDBC Sink
Stars: ✭ 22 (-42.11%)
Mutual labels:  jdbc
person-directory
A framework for resolving persons and attributes from a variety of underlying sources.
Stars: ✭ 26 (-31.58%)
Mutual labels:  jdbc
adminlte-aspnetcore2-version
Asp.Net Example version of famous and beautiful AdminLTE control panel themes and template.
Stars: ✭ 64 (+68.42%)
Mutual labels:  core
conjur-api-go
Go client for the CyberArk Conjur API
Stars: ✭ 13 (-65.79%)
Mutual labels:  core
zuul-route-jdbc-spring-cloud-starter
No description or website provided.
Stars: ✭ 23 (-39.47%)
Mutual labels:  jdbc
dice-fairlink
JDBC Driver for read-only connections on AWS RDS Clusters
Stars: ✭ 33 (-13.16%)
Mutual labels:  jdbc
tamer
Standalone alternatives to Kafka Connect Connectors
Stars: ✭ 42 (+10.53%)
Mutual labels:  jdbc
babashka-sql-pods
Babashka pods for SQL databases
Stars: ✭ 64 (+68.42%)
Mutual labels:  jdbc
assemblyline-core
Core server components for Assemblyline 4 (Alerter, dispatcher, expiry, ingester, scaler, updater, ...)
Stars: ✭ 16 (-57.89%)
Mutual labels:  core
ArduinoXInput AVR
AVR boards package for the ArduinoXInput project
Stars: ✭ 53 (+39.47%)
Mutual labels:  core
rsc-client
🎮 runescape classic web client
Stars: ✭ 45 (+18.42%)
Mutual labels:  java-game
GreatSpace
👾 Space Invaders Game Style
Stars: ✭ 20 (-47.37%)
Mutual labels:  java-game
nifi-sqllookup-services-bundle
NIFI controllers for SQL record and attributes lookups with built-in caching
Stars: ✭ 18 (-52.63%)
Mutual labels:  jdbc
eth-jdbc-connector
Ethereum JDBC driver implements a pure java, type 4 JDBC driver that executes SQL queries on Ethereum Blockchain.
Stars: ✭ 19 (-50%)
Mutual labels:  jdbc
Zest Framework
Core files of AlphaZ Framework
Stars: ✭ 15 (-60.53%)
Mutual labels:  core
application
AdonisJS application class to read app related data
Stars: ✭ 19 (-50%)
Mutual labels:  core
NiuBi
👊 一个Java文件也能干大事系列
Stars: ✭ 34 (-10.53%)
Mutual labels:  jdbc

KBC -Kaun Banega Crorepati

It is a core java game,based on Indian television show having best animation as possible in Core java.It contains 5000+ Lines of code and this projects is created just for learning purpose or you can also improve your quizzing skills.This Core java project have some amazing concepts Like Random question,All Lifelines which works fine,30 seconds to give answer and many more...

Note If you are a noob in programming world than must see project source code to inspire yourself because now a day i have experience of Solid Design Pattern and i usually break the code into small pieces and always try to write maximum 4-5 lines of code in a function but in the starting of my programming carrer i had developed this project which contains around 5000+ lines of code without using functions except main function (Pffff).

This project is created by Rox Studio developer Just for Fun.

Features

  • You have 7 Lifeline to give a Answer(Same as Provided on Television Show)
  • You will get unique question everytime
  • You have 30 second to give answer
  • Your score is Stored to Database
  • You can use Practise zone for Practicing your General knowledge
  • You can watch your high Score

How to Run KBC- kaun Banega Crorepati

First Install netbeans and mysql (ENTER MYSQL PASSWORD:-12345) on your computer

MySQL Changes

  • After installing mysql Open it

  • Enter the command given below in Mysql

    create database kbc;

    use kbc;

    create table score(regid int(10) primary key auto_increment,name char(40),age int(3),score int(10));

  • Done

Netbeans

  • Open NetBeans

  • goto Service and connect kbc database.

  • then open project Simple

  • Run and Enjoy

Requirements

Operating System :-Platform Independent(win,linux,mac etc)

Software required :-Java Runtime Environment (JRE).

Library :-mysql-connector-java-5.1.23-bin.jar

Thank you

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].