My Projects
I learnt few programming languages. Learning a language doesn't mean going through the syntax and understanding logics. It really means doing a worthy project where you will apply those logics to develop a better product. Project describes the level of your understanding of a specific language that you have learned. Few of my projects are...
Hangman Game in C
- Once I learned C language I implemented it to develop "Hangman Game" without using Graphics in C. Hangman game is all about finding a random word (which can be any word under a specific topic) character by character within predefined number of wild guesses.
- Initially the word to be found will displayed in the form of Asterix(*)
- When you find a character, '*' will be replaced by the character and repeated characters are also revealed.
- If max number of guesses has been reached, you lose. If you managed to find that word before that, then you win!
- A simple game!!! Have a look at it! Click the link to download the game... Hangman
Snakes & Ladders in C++
- After C, it was C++. Using C++, I developed Snakes & Ladders game without Graphics.
- Maximum of 4 players can play. Pressing any key on keyboard will roll the dice.
- A Player can start the game only when the dice turns up to '1'. Otherwise he can't start the game
- The one who makes it to the top first will be the winner!!!
- Click the link to download the game... Snakes & Ladders
7 Digit Game in Java
- Then I moved on to Java where windows based applications can be created.
- I created simple 7 digit random number guessing game.
- You will be given 10 tries to guess the generated random number correctly.
- Click the link to download the game... 7 Digit Random Number Guessing Game
One Marks Test in HTML
- Finally I've learned HTML with CSS & JS
- Here I created a simple web application which conducts one marks test exclusively for +2 students that too in Physics and Chemistry.
- First you have to give your name and select the subject, type of test and the unit which you want for the test
- Then based on your selection, you will be provided with questions.
- Click the link to download the game... One Marks Test for +2 students