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