Add Subtraction Game interactive
Implement "The Subtraction Game" interactive with sliders for n and k, a play/reset button, turn-based gameplay between two players, and visual feedback including confetti for the winner.
This commit is contained in:
parent
4be4ab3ef5
commit
1ff24d145c
6 changed files with 237 additions and 0 deletions
7
src/pages/SubtractionGamePage.tsx
Normal file
7
src/pages/SubtractionGamePage.tsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import SubtractionGame from '@/components/SubtractionGame';
|
||||
|
||||
const SubtractionGamePage = () => {
|
||||
return <SubtractionGame />;
|
||||
};
|
||||
|
||||
export default SubtractionGamePage;
|
||||
Loading…
Add table
Add a link
Reference in a new issue