Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 439 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 439 Bytes

Pong with Expectimax AI

  • CS323 Project
  • Pong Game with an expectimax AI
  • Made for Desktop browsers

To get started:

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