- CS323 Project
- Pong Game with an expectimax AI
- Made for Desktop browsers
You need to have Dart Sass CLI and Typescript installed in your device.
- Compile SCSS to CSS by running:
sass styles.scss
- Compile TS (Typescript) to JS by running:
tsc
- Open the
index.html
on a server