game

Tetris Game using C# WPF with Source Code

Submitted by antonis68 on
About This Tetris project is a simple single-player game developed in Visual Studio using C# language and ( WPF) Windows Presentation Foundation UI Framework. The Tetris works like some other Tetris game applications which is the goal of the player is to destroy a line/lines of blocks to prevent square/boxes block reach the top. The blocks can also be rotated and sprint dropping. Download the

Memory Game using jQuery

Submitted by oretnom23 on
Memory Game with Source Code is a purely HTML5 and Javascript (Jquery) project. This project was developed using HTML5 for the interface, CSS for the design and Javascript (Jquery) for the functionalities. To run the game all you need is a web browser that has a version that supports jquery. Also, the code itself will help you to learn other techniques or any ways in any web application project

Creating Score Manager, Destroy boundary and Gameplay Controller

Submitted by razormist on

Creating Score Manager

We will now create the scoring of the game. This will track down the score of the player every time the enemy is defeated. To do that go to GameObject and select UI, then choose Text. After creating the text set the components as shown below.

Score

tut81 Next create another UI Text as a child of the component above. Then set the components as shown below.

Score Text