dartcade 0.1.0 icon indicating copy to clipboard operation
dartcade: ^0.1.0 copied to clipboard

A simple set of terminal-based arcade games written in pure Dart.

dartcade #

A simple set of terminal-based arcade games written in pure Dart.

Github action status Style guide

Purpose #

I was developing some simple 2D UI libraries (such as package:griddle, package:neokeys), and I wanted a few motivating examples to make sure I was on the right track and the libraries were providing the right kinds of abstractions.

Usage #

Currently, you have two options: clone and build, or use dart pub global:

# Clone and build from source.
git clone https://github.com/matanlurey/dartcade
cd dartcade
dart run :pong

# Activate the set of games.
dart pub global activate -sgit https://github.com/matanlurey/dartcade
dart pub global run dartcade:pong
0
likes
110
pub points
0%
popularity

Publisher

verified publisher iconlurey.dev

A simple set of terminal-based arcade games written in pure Dart.

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

griddle, meta, neokeys, stack_trace

More

Packages that depend on dartcade