-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
98 lines (71 loc) · 5.66 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
/*********************************************************************************
* This program includes 2048 and motoGT; games developed for recreational purpose
* and as a part of project.
* Copyright (C) 2015 Piyush Yadav [email protected]
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*********************************************************************************/
_______________________________________________________________________________________________________________________________________________________________________
___________________________________________________________________________ 2048 & motoGT _____________________________________________________________________________
MIS 111408069
NAME Piyush Yadav
--------DSA Mini Project 2015--------
This project aims at making 2048 and motoGT.
It is purely for recreational purposes and is open for constructive criticism.
Games have been made by Piyush Yadav
For further queries:
Contact at: [email protected]
===> Graphics for logos of both the games have been made for attractive viewing and using bright colors.
===> The logos also include animation as an add on to the bright user interface.
**********************************************************************************************************************************************************************
2048
**********************************************************************************************************************************************************************
2048 is a single-player puzzle game created in March 2014 by 19-year-old Italian web developer Gabriele Cirulli, in which the objective is to slide numbered tiles on a grid to combine them and create a tile with the number 2048.
This is a 'C' adapted version of 2048 written by Piyush Yadav.
The game goes on until there are no pairable adjacent entries left or until 2048 tile is made. There are 3 modes in the game namely : Easy, Medium and Hard.
You can toggle these in the menu.
SOME HIGHLIGHTS OF THE GAME INCLUDE :
*** RESUME GAME EVEN AFTER CLOSING THE GAMEPLAY ***
You can close/exit the program and on choosing "Resume Game" option in 2048 menu the next time you play, the last game you played will be retrieved.
***COLORFUL AND INTERACTIVE GAMEPLAY ***
The colors used for graphics and user interface are bright and include animation at places for colorful and interactive game play.
*** DIFFICULTY LEVELS TO CHOOSE FROM ***
There are 2 difficulty levels to choose from:
Easy
Hard
You can toggle among these from the menu.
*** PAUSING THE GAME ***
In this world of multitasking, player might require pausing the game for different reasons. provisions have been made for so; user can press 'p' to pause the game
and access the menu.
*** CHANGING DIFFICULTY LEVEL IN THE MIDDLE ***
Player can also change or toggle among the difficulty levels by pausing the pesent game and starting afresh.
**********************************************************************************************************************************************************************
motoGT
**********************************************************************************************************************************************************************
MotoGT is a single player obstacle dodge game which enables the player to experience racing like environment. The objective is to get the maximum score by dodging randomly generated obstacles.
This is a 'C' adapted version of 'motoGT' written by Piyush Yadav. The game goes on until the player has made 3 collisions after which its game over. Make sure to collide with Nitro (N) to gain speed and score.
SOME HIGHLIGHTS OF THE GAME INCLUDE :
*** MOTION DISPLAY AND REAL LIFE ENVIRONMENT ***
The game includes motion/movement of bike in presence of obstacles all the more increasing the attraction of the game. Also the increasing speed of the bike and reducing speed on collisions make sure that the player feels the adrenaline just like in the real world.
*** INTERACTIVE AND BRIGHT GAME PLAY ***
Bight colors and animation along with continuous movement of obstacles makes the game interactive and fun. Also, the bike changes color each time it collides with an obstacle.
*** HEARTS DEPICT REMAINING LIVES ***
Bright red hearts on the right side of the screen depict remaining lives of the biker/player.
*** EXTRA FEATURE OF NITRO TO INCREASE SPEED ***
A obstacle in the shape of N has to be collided with to increase speed of the bike to maximum and thereby increasing the score.
*** USER INTERFACE ***
A single press of the right/left arrow keys changes the direction of the bike(need not press and hold the key).
Press 'p' to pause the game and 'o' for options.
================================================================================= ENJOY ==============================================================================