Pinned Repositories
art_pen
Drawing a smart dart art. If you are less artistic, use commands, based on the Logo programming language for children, to learn the basic programming concepts by drawing.
attracting_particles
Dart version of JavaScript version: particles on the canvas start attracting each other when they come close.
boarding
A package for board games and canvas drawings.
car_parking
A game in Dart with a model based on the Rush Hour game.
dart_pen
Dart canvas: drawing a path of segments, each having one or more lines.
dartling
dartling is a model-driven data framework for design, code generation and use of Dart models.
educ_memory_game
educ_memory_game spirals to learn Dart.
example_console
In teaching programming a console with interactive communication between a user and a program is useful for learners and a teacher. For example, a teacher may give an assignment to do several programming exercises. Students write those programming exercises and prompt a teacher to execute them.
model_concepts
A graphical design tool for domain models of dartling.
ping_pong
Ping Pong game, based on the Bounce game, in Dart and HTML5.
dzenanr's Repositories
dzenanr/dartling
dartling is a model-driven data framework for design, code generation and use of Dart models.
dzenanr/model_concepts
A graphical design tool for domain models of dartling.
dzenanr/art_pen
Drawing a smart dart art. If you are less artistic, use commands, based on the Logo programming language for children, to learn the basic programming concepts by drawing.
dzenanr/boarding
A package for board games and canvas drawings.
dzenanr/ping_pong
Ping Pong game, based on the Bounce game, in Dart and HTML5.
dzenanr/educ_memory_game
educ_memory_game spirals to learn Dart.
dzenanr/collision_clones
Collision Clones is a game with moving cars of different sizes and colors, whose objective is to move the red car within the time limit with few collisions.
dzenanr/dartling_default_app
used to interpret a dartling model and provide a default web app to navigate through the model, starting by its entry points.
dzenanr/dartling_todo_mvc_spirals
Developed from dartling_todos for pedagogical purposes.
dzenanr/travel_impressions
A web application that will allow young travelers to inform their families and friends about their impressions of visited places.
dzenanr/dartlero
Model framework for educational purposes.
dzenanr/dartling_gen
dartling model generator
dzenanr/dartling_todos
Based on TodoMVC. Adapted for Dartling from TodoMvc in Dart.
dzenanr/game_parking
A game in Dart with a model in dartling based on the Rush Hour game.
dzenanr/ping_pong_dom
Educational game to learn how to use DOM in Dart.
dzenanr/car_collisions
A game with moving cars of different colors, whose objective is to move the red car without collisions.
dzenanr/dartlero_category_links
A model with 2 concepts to show how to use dartlero, a model framework for educational purposes.
dzenanr/dartlero_example
An example how to use Dartlero, a model framework for educational purposes.
dzenanr/dartling_tasks
Model with a many-to-many relationship generated by dartling_gen.
dzenanr/dartling_types
The generic web component from mgmt_entities is improved by metaprogramming in dartling.
dzenanr/default_project
An application that uses dartling for its model.
dzenanr/discover_dart
Seven levels of discovering Dart with Code School.
dzenanr/indexed_db_spirals
Spirals to learn how to use IndexedDB and client-server.
dzenanr/majo
dzenanr/memory
Memory game with development spirals.
dzenanr/order
The goal of the game is to order numbers, starting with 0, from left to right and from top to bottom.
dzenanr/tint
The goal of the game is to get a high score by spotting a different tile and clicking on it...
dzenanr/todo_mvc_spirals
Based on TodoMVC. Adapted for Dartling from TodoMvc in Dart. Spirals are used to show a transition from TodoMVC in Dart to todo_mvc.
dzenanr/todo_mysql
To learn how to use client-server communication, dartling and MySQL.
dzenanr/d2048
Well known game. The goal is to reach 2048.