Git Product home page Git Product logo

ap-labs's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @kevintroko
  • ๐Ÿ‘€ Iโ€™m interested in ...
  • ๐ŸŒฑ Iโ€™m currently learning ...
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on ...
  • ๐Ÿ“ซ How to reach me ...

ap-labs's People

Contributors

kevintroko avatar

Watchers

 avatar  avatar  avatar

ap-labs's Issues

Falling Ball Multithread

  • Each ball's behaviour must be implemented in a separated thread.
  • Island map is a shared resource across all balls threads.
  • Number of balls in the raining is defined in the simulation's start.
  • If 2 balls collide, they will randomly change their direction, no matter if the new position is higher.

Create island

The island's map can be static or automatically generated.

Create Falling Ball

  • randomly falling on different positions of the island.
  • simulate from moment that fall in island until the ocean
    -Balls' movement will be based on the heights arround it.
  • Balls will move if (current_height >= next_position_height) where next_position can be north, south, east or west.

Number of balls display

  • Display the number of balls that are in sea north, south, east and west sides.
  • Display how many balls were trapped in the island.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.