Checker

Checker Game(Multiplayer) in VanillaJS with Source Code

Submitted by razormist on
Checker Game(Multiplayer) in VanillaJS with Source Code - A board game created purely in JavaScript where two players can compete against each other. The gameplay mechanics of the game are the same as the original, where you can move your pieces diagonally to capture the opponent's pieces. JavaScript Source Code.

Simple Checker Game in JavaScript Free Source Code

Submitted by razormist on
Simple Checker Game in JavaScript Free Source Code - A simple multiplayer board game where you can play with your friend in a 1 on 1 checker game. This game is very simple and fun to play with your friends, to in this game you must eliminate all your opponent piece to become champion. JavaScript Free Source Code.

How To Check Highest And Lowest Numbers In PHP

Submitted by alpha_luna on
In this tutorial, we are going to learn on How To Check Highest And Lowest Numbers In PHP. You can create this simple program using PHP Language. This program can determine the highest number and the lowest number after the user input a given value on the box. Then, click the enter button to show the result.