Skip to content
/ inkball Public

🎱 TypeScript reimplementation of the game included with Windows Vista.

License

Notifications You must be signed in to change notification settings

mat-sz/inkball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inkball

Click here to play the game.

Screenshot

A TypeScript reimplementation of the game included with Windows Vista. Uses matter-js as the physics engine. Canvas renderer is my own.

Maps are autogenerated, although the generator itself needs a rewrite. First 3 maps are easy, next 4 maps are slightly more diffucult and the last 3 maps are the most difficult.

Building instructions

npm install
npm run build

# or

yarn install
yarn build

The output will be in ./dist/.

About

🎱 TypeScript reimplementation of the game included with Windows Vista.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published