Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 436 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 436 Bytes

one-liners

A collection of Python one-line codes.

One Liners

Tic Tac Toe

A tic tac toe emulator (with a somewhat functioning minmax!).
Tic Tac Toe

Mandelbrot Set Viewer

Displays the mandelbrot set with interpolation and a custom gradient. Mandelbrot Set

Pendulum Calculator

Displays a pendulum graphic (using Euler's method) and plots a graph of the data.