Classical Games for Pebble
Implementation of famous classic games on Pebble Time smart watch
Bangalore
Technologies Used
C programmingProject Team
About
2048 tile game, Pong and the classic Nokia Snake Game. 2048 is played on a gray 4×4 grid, with numbered tiles that slide smoothly when a player moves them using the four arrow keys. Every turn, a new tile will randomly appear in an empty spot on the board with a value of either 2 or 4. Tiles slide as far as possible in the chosen direction until they are stopped by either another tile or the edge of the grid. If two tiles of the same number collide while moving, they will merge into a tile with the total value of the two tiles that collided. Pong is a game in which the player controls an in-game paddle by moving it vertically across the left side of the screen, and can compete against a computer-controlled opponent controlling a second paddle on the opposing side. Players use the paddles to hit a ball back and forth. The aim is for each player to reach seven points before the opponent; points are earned when one fails to return the ball to the other. In Snake, the player controls a dot on a bordered plane. As it moves forward, it leaves a trail behind, resembling a moving snake. Food is spawned randomly over the plane, which makes the snake 'grow', when eaten by the snake, by means of moving the snake into it. The player loses when the snake runs into the screen border or the snake's trial.
Comments
No comments yet