没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > sirtet-a-tetris-clone |
sirtet-a-tetris-clone
|
0 | 0 | 5 |
贡献者 | 讨论 | 代码提交 |
SiRtEt - A Tetris clone. Since the name has been copyrighted.
The main aim of the project is to learn some C# graphics coding and have some fun at the same time (which comes obviously with the graphics). The game is intended to be used with WindowsOS (atleast to start with).
To do this, I decided to clone the all-popular Tetris game since it needs basic shape drawing and handling, using the basic screen handling and window refreshing etc.
If we decide to write the requirements of the project, it would be loosely based upon the following few points.
1. The basic functionality of the all-popular TETRIS is the first goal of the code. ( http://www.tetris.com/ in case you have not heard of the game ! )
2. Once the game-logic is in, the game should keep scores.
3. A High-Score list (or a Hall of Fame if you might call it)
that is stored on and read from the disk.
4. The user should have options like -
a. Changing colors of the blocks
b. Changing the control pad
5. A cool splash-screen
6. Sharing scores with other users
7. Multi-player tetris over the net. In this, the various players get the same set of pieces in the same order.
>>>>>> Feel free to add on! <<<<<<
SourceForge hosts a similarly named 'sirtet' project (http://sourceforge.net/projects/sirtet/) which is aimed at being a version of the tetris game too and there can surely be issues regarding the same name and intentions. But I hereby declare that I had no idea about the existence of that project till Google Code pointed it out when I was creating this project. Also, that project has no content and hence there should be no doubts that this is a totally independent effort from it.