Skip to content

Commit da74dcc

Browse files
authored
Update README.md
1 parent e34a0cc commit da74dcc

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@
1010

1111
bottlecap - Lightweight JavaScript Game Engine For Making Cross-Platform HyperCasual Games
1212

13+
#### Warning: its currently under developement and in its very early stages. things may change radically as more feature gets added
14+
15+
### Features
16+
17+
1) Image/Sound Preloader
18+
19+
2) Spritesheet Animations
20+
21+
3) Collision Detection ( Rect 2 Rect, Circle 2 Circle, Point To Circle, Point To Rectangle )
22+
23+
4) Utility + Tiny Math Library ( randomInt, random floats, shuffle array, etc. )
24+
25+
5) Device info ( isTouchscreen check )
26+
27+
6) Dom Manipulation ( select element(s), on/off event listeners, get/set attributes, dom ready check )
28+
1329
### Games made with bottlecap:-
1430

1531
1) [Play or Die](https://rwbeast.itch.io/play-or-die)

0 commit comments

Comments
 (0)