Skip to content

A flutter flame project I created for codev client (for my interview) using flutter flame

Notifications You must be signed in to change notification settings

rirjkl19/codev_ball

Repository files navigation

codev_ball

A flutter flame project I created for CoDev

Getting Started

A flutter flame project that spawns a ball and have it bounce around the screen.

Screenshots

image
codev_ball_video.mov

Criteria

Screen Interaction

  • The player should be able to create a small ball by clicking on the screen.

Ball Behavior

  • Upon clicking the screen, a new ball should spawn at the click location and move in a random direction.
  • Balls should move at a constant speed. (edit: I misunderstood this, hoping current implementation is acceptable. Will update the repository in earliest free time)

Collisions

  • If two balls collide, both should change their direction to the opposite.

  • Collision detection should work correctly even with multiple balls on the screen.

Removing Balls

  • If a ball moves outside the screen, it should be removed from the game.

About

A flutter flame project I created for codev client (for my interview) using flutter flame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published