Skip to content

Latest commit

 

History

375 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

bottlecap.js - 2D Game Framework

bottlecap.js

Table of Contents

关于

bottlecap.js is a lightweight 2D game framework written in ES6. It offers a set of modular components, referred to as bottlecaps, that can be easily combined to create engaging 2D games.

Installation and Setup

NPM

npm create vite@latest my-bottlecap-game -- --template vanilla # vanilla-ts for TypeScript
cd my-bottlecap-game
npm i bottlecap

src/main.js:

import * as Bottlecap from 'bottlecap';

// your code

CDN

src/main.js:

import * as Bottlecap from 'https://unpkg.com/bottlecap@latest';

// your code

Docs

探索 the comprehensive documentation in the wiki to get started with bottlecap.js.

Example

Check out the live demo.

Source code

Demo

Games made using bottlecap

Feel inspired by these creations? Start your own journey with bottlecap.js and join the growing community of game developers. Share your masterpiece and let the world experience your unique vision! If you have a game developed using bottlecap.js that you'd like to showcase, consider adding it to the list by opening a pull request. Happy gaming!

关于

bottlecap - Lightweight JavaScript 2D Game Engine For Making Cross-Platform Hypercasual Games

Topics

Resources

Stars

19 stars

关注者

1 watching

复刻s

发布

贡献者

Languages