bullseye2d 1.0.12 copy "bullseye2d: ^1.0.12" to clipboard
bullseye2d: ^1.0.12 copied to clipboard

Platformweb

An easy-to-use, high-performance 2D game library for Dart.

example/README.md

Bullseye2D Examples #

Bullseye2D comes with a few demos and examples. Feel free to enjoy them and checkout the source to learn from.

You can either explore them on our website at bullseye2d.org/demos or you can run them locally:

Clone the Repository: #

If you haven't already, clone the main Bullseye2D repository:

git clone https://github.com/bullseye2d/bullseye2d.git
cd bullseye2d
cd example
dart pub get
webdev serve

Open your web browser and navigate to the URL provided by the serve command (e.g., http://localhost:8080). You should see an index page linking to the different demos.

More examples #

Soko64 - A tiny 64x64 Low-Res Sokoban game #

Soko64 is a full sokoban game written in Bullseye2D:

You can play it here.

If you want to play around with the source, clone the repository:

git clone https://github.com/JochenHeizmann/soko64.git
cd soko64
dart pub get
webdev serve

The whole game is in a single source file, web/main.dart.

1
likes
150
points
13
downloads

Publisher

verified publisherasylumsquare.com

Weekly Downloads

An easy-to-use, high-performance 2D game library for Dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, http, path, shelf, shelf_static, vector_math, web

More

Packages that depend on bullseye2d