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
Copy file name to clipboardExpand all lines: README.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@ PongThreeJS
3
3
4
4
#### What
5
5
6
-
PongThreeJS is an online multiplayer pong game. This game is part of FI-WARE (http://www.fi-ware.eu/). Final purpose is to make a realXtend web client. This is a use case to support that goal.
6
+
PongThreeJS is an online multiplayer pong game. This game is part of FI-WARE (http://www.fi-ware.eu/). It's designed to be used as a use case for fi-ware mifi platform dev.
7
+
You can try the game here: https://dl.dropboxusercontent.com/u/60485425/Playsign/GitHub/PongThreeJS/Pong.html
7
8
8
9
***Features**
9
10
- ThreeJS 3D javascript library http://threejs.org/
@@ -21,4 +22,16 @@ First we created the game without additional frameworks like Bullet physics. Fin
21
22
22
23
#### Conclusion
23
24
24
-
?
25
+
(TODO)
26
+
27
+
#### Usage
28
+
29
+
- Controls
30
+
- Player 1 (and players from 3 to 100): move left: A, move right: D
31
+
- Player 2: move left: left arrow, move right: right arrow
32
+
- Debug ball move: u,h,j,k
33
+
- Use the top right sliders to change player amount and ball's speed
0 commit comments