pong pretty / local rdy in back, need hooking in front
This commit is contained in:
parent
c656839450
commit
0727067b27
4 changed files with 150 additions and 77 deletions
|
|
@ -29,6 +29,7 @@ export type GameMove = {
|
|||
moveRight: 'up' | 'down' | null,
|
||||
}
|
||||
|
||||
// TODO: add new evt such as "local play", "ready-up" see: ./pong.ts
|
||||
export interface ClientToServer {
|
||||
enqueue: () => void;
|
||||
dequeue: () => void;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue