This is the web app version of SNAKE, one of the most popular mobile and computer games.
The main objective of this game is to feed an increasing length of a snake with food particles that are found at random positions, picking up bonus mongooses that occur at regular intervals.
Snake uses Html, CSS, and Javascript for the layout. On the backend Ajax and Php to connect to the Mysql database and save the scores.
Battleship is a war-themed board game for two players in which the opponents try to guess the location of the other's various ships
The object of the game is to guess the location of the ships each player hides on a grid containing vertical and horizontal space coordinates. Players take turns calling out row and column coordinates on the other player's grid in an attempt to identify a square that contains a ship.
Developed in C, battleship is a network bash application that uses TCP and UDP sockets to communicate. A centralized server handles client connections via TCP socket.
Client needs to be connected on the server to request a battle to another client. After battle request, clients handle connection via UDP socket.
The Software analyzes events reading tweets and generating word clouds.
A word cloud is a popular visualization of words typically associated with Internet keywords and text data. They are most commonly used to highlight popular or trending terms based on the frequency of use and prominence. A word cloud is an informative image that communicates much in a single glance.
In this case, a word cloud has been created utilizing the words used to describe different champions league matches.
It's a Java project that uses Twitter API to retrieve tweets based on a specific event and save every single word in a MySql database.
Word size in the cloud represents the number of times that word occurred.
This challenge is meant to be a test for a random assignment algorithm.
Each person will be assigned someone else in their office to surprise with a coffee, some time during the week. To be fair, each person will be giving one coffee and receiving one coffee during the week. To maximize surprise, nobody will be surprising the person who surprised them.
It's an Angular 7 project that uses a rest API to request a JSON file that contains all employee's information.
The algorithm is written in Typescript.