Mobile Games Objective-C, iOS SDK, Lua, Corona SDK

...

Pong

iPhone version of the game of Pong.

View Code (Objective-C, iOS SDK)

...

Midnight

Cross-platform mobile game for cats and people. The goal is to tap the color dots that move around. The dots are colorized in the beginning of the level and when they move. You lose points by tapping the other dots on the screen.

View Code (Lua, Corona SDK)

Video


Web Games JavaScript, JQuery, HTML5 canvas

...

Pong

Web version of the game of Pong. Move the mouse up and down to move your paddle. Click to start or pause.

View Code (JavaScript, HTML5 <canvas>)

...

Brick Breaker

Move your paddle by moving the mouse left and right to hit the ball into the bricks. Click to start or pause.

View Code (JavaScript, HTML5 <canvas>)

...

Snake

Use the arrow keys to move the snake around the board. Eat apples to increase the length of the snake. You lose if the snake goes off the board or eats itself.

View Code (JavaScript, jQuery)

...

Asteroids

Use the arrow keys or WASD to move the ship around. Use the spacebar to fire bullets at the asteroids to destroy them. The game ends if your ship hits an asteroid.

View Code (JavaScript, HTML5 <canvas>)

...

Memory

You gain points by selecting matching pairs of tiles. You can turn two tiles over at a time by clicking them. The tiles disappear and you gain points if it is a match, otherwise they flip back over.

View Code (JavaScript, jQuery)

...

Tic Tac Toe

This game is played by 2 players alternating turns. Each turn a player clicks an empty tile to place a mark. The first player to place 3 marks in a row wins.

View Code (JavaScript, jQuery)