You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
English~ Notes and Potential will have two language~XD
中文~ Notes和Potential我都會寫兩個~ 請容忍我的破英文XD
Here is our real-time job assign, progress rate, and detailed spec.
這裡是及時的工作分配&&進度還有詳細的spec
About the screenshot of player who is attacked, because we still don't known how to transmit images, we use message dialog first.
關於傳送被炸者截圖,因為還不知道如何傳送圖片,就先都用文字對話框代替吧
If you think something interesting, you can add it in the Potential region.
大家想到什麼有趣的都寫在Potential裡喔XD
Potential
tutorial of first play
初次使用的遊戲教程
gift system(if you complete ?, you will get ?)
階段禮物系統(完成多少圖片有什麼獎勵之類的)
multi language system
多語言系統OvO~ ((Eva來個西班牙文XDD
Collect image explanation
step1 download image and save it at src/resource/pic_ori
step2 open CreateImage.jave and run it(in tool package)
step3 check if there are strange images in src/resource/pic_rsc and delete original image in pic_ori
image's size must bigger than 800*450(better) or smaller(don't suggest)
it means width>800&&height>450 or width<800&&height<450
6/10 REPORT!!!!
Please write down DETAILED technique of your part!
Also write down the problems you encountered and how to solved(if solved)
add the website you have visited at reference part
建立I/O資料庫 Establish of I/O Database by 艾怡華(Eva)
use SQL for account and answer database
implement of login
網路Socket連接 Connection Between Server and Client by 范祐恩
傳送物件
protocal流程
主遊戲 Main Game by 賴思頻
框框、倒數計時、state、判斷答案加錢機制
攻擊與被攻擊
商店 Market by 陳映竹
顏料、隨機、防護罩功能
價錢訂定原則(匿名性)
攻擊視窗
排行榜 Score Board by 張婷雲
玩家資訊
及時排行榜更新與顯示
5/27 Integrate
Server.java:
結合帳戶系統 by Eva
設倒數計時器,定時更新排行榜
攻擊完transmit screenshot(頻)
Client.java:
等有login系統後,server 創造一個player給client,每次登入都傳給client
Fail to establish I/O channel with server! => exception confirm
transmit screenshot after being attacked
try transmit list directly by 頻
Timer.java:
clock image! by Eva
if server need => develop other type timer by Eva
Button.java:
image! (( 2 type by 頻
Game.java:
answerCorrect() by 頻
answerWrong() by 頻
gameEnd() by 頻
start animate! by 竹
5/28 Integrate
Market.java
新增scrollbar by Tera
~~調成喜歡的美工~
AttackWindow.java
新增取消按鈕 by 竹
試做 scrollbar by Tera
需要一點美工設計(?
點選之後的後續連接 by Tera
MainApplet.java
Attacked() by 頻
beAttacked() by 頻
add state by 頻
Scoreboard.java
處理同分排名(是否給黃冠) by Tera
~~調成喜歡的美工~~~ by Tera
6/2 Integrate
統合 score board & market 的顏色 by Tera
自己的所屬色價格訂低一點(匿名性) by 果
做Random商品 by 竹
做防護罩 by 竹
研究嵌入不同字體(找有明顯差異的先試試) by Eva
傳送圖片 by Tera
ScreenShot
Server.java
deal with log in and create account(Eva)
=> open a file to record all account data (including nickname password and game state)
=> game state : Tera will define it~ just waite~
=> the format of store file have to be designed
database of image name with its answer(Eva)
=> also open a file to record all image name and its answer
=> the format of store file have to be designed