Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 400 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 400 Bytes

DynCaptcha

A simple dynamic captcha written in Go

Usage

buf, answer := DynCaptcha.New(0)

buf is the generated gif image in []byte. answer is an int holding the answer of this captcha. 0 is the random seed.

Demo

Find the red circle's final position.

It should be 21.