Added tie state to model
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
export interface Game {
|
export interface Game {
|
||||||
playerChoice: string,
|
playerChoice: string,
|
||||||
computerChoice: string,
|
computerChoice: string,
|
||||||
result: 'win' | 'lose' | 'error';
|
result: 'win' | 'lose' | 'tie' | 'error';
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user