A CTF like fun game collection developed with JavaScript
Navigate each game down below and have fun!
BMW Winner
A simple game that asks for your name input and if you entered correct name, you win a BMW car.
This simple code game developed for
understanding the basic concepts like variables var, Array,
and window.prompt(), and
document.write() functions.
hints: Check console by inspecting
Play
Magic Heading
Find out the magic keyword and win the easter egg, This is a advanced version of BMW Winner
game, In here
ask for a magic keyword and if you entered correct keyword, you win the easter egg, and reveal
the hidden link.
In here explores the concepts document.querySelector()
function, addEventListener().
function and java script function().
Play
Magic Heading Updated
A updated version of Magic Heading game, in here externalized the java script code and added some css to make it more interactive.
nothing really special about this version, with this version just for understanding how to externalize the java script code to your projects.
Play
Magic Number
A secret number guessing game, where you have to guess the secret number, guess the correct number and win the game. With this game you are able to get an idea about,
how to use the mathematical functions like Math.floor(), Math.random(), JavaScript
Objects and functions.
Play
About OMG JS - GAME
OMG JS - GAME is a collection of fun games developed with JavaScript. The main purpose of this project
is to explore the JavaScript concepts and to have fun while learning. The games are simple and easy to
understand, and they are developed with basic JavaScript concepts. Feel free to explore the games and
have fun!