one_hour_game_jam 0.1.0 copy "one_hour_game_jam: ^0.1.0" to clipboard
one_hour_game_jam: ^0.1.0 copied to clipboard

Dart 1 only

A simple package that contains all the code I need to write a game in 1 hour.

This is a simple package that I use for writing games in 1 hour every week.

This will probably split off into something more complicated, but the initial goal of this is to provide:

  • A grid based layout with easy access to each grid cell and its neighbors
    • This should do all of the boundary checking for me given a coordinate pair
    • It should also be easy to interact with any of the grid elements, such as clicking and dragging.
  • An easy way to model global state in the context of win/lose conditions
  • A turn based or real-time animation loop to make games run
0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

A simple package that contains all the code I need to write a game in 1 hour.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

web_ui

More

Packages that depend on one_hour_game_jam