Skip to content

1. Introduction

Dev. Fallingstar (YOUSUNG YANG) edited this page Apr 8, 2018 · 16 revisions

1. Introduction

1.1 Why do we make this?

For our 2nd grade term project in Software Dept., Gachon Univ., Korea Republic of,
we have to make a exciting and interesting network(server-client) base program.
It could be a game, a utility or a educational program.

Our goal is making a exciting game which can raise extreme competition. That's why this project is available.

1.2 Outline

Overview

Death Word Relay is a simple game that uses words. This game is 1vs1 competition game relaying word. Relaying word is beginning word with last character of competitor's word. But penalty about losing is not simple. if user loses, his file will be destroyed.

Purpose

Purpose of this game is exciting, provoking addictiveness and improving your vocabulary skill.

Game Flow

  • User logins and enters the room.
  • Start 1:1 Death Word Relay
  • Game will be ruled with Five-of-Best system
  • If one loses, his file will be deleted.

1.3 Required Technology

  1. Correctness
    • Refer to HTML using the website dictionary
  2. Ranking & User Login System
    • Construct and maintain Database system to get user grade
  3. Delete System
    • For deleting the file as the penalty, have to use Java 'File' Library
  4. User interface
    • Have to use good GUI to improve user interface system.
Clone this wiki locally