view misc/draw_a_circle/question.rst @ 0:20fea762903e

Import some exercises and solutions
author Louis Opter <kalessin@kalessin.fr>
date Sat, 29 Jun 2013 19:30:31 -0700
parents
children
line wrap: on
line source

Circle
======

Given a function ``draw_pixel(x, y)`` draw a circle.

.. note::

   I didn't get this, but it seems to be asked at Valve and I think it's "fun".
   There is many way to do this, and you should Google them once you tried your
   own.