Tag: code snippet
All the articles with the tag "code snippet".
Memory Game in Python (CodeSkulptor)
A complete Memory puzzle game written in Python using the simplegui library for CodeSkulptor.
Interactive Raindrop Simulation in Racket
A small interactive simulation in Racket using the 2htdp/universe library that spawns falling raindrops on mouse clicks.
Simple Text Editor in Racket
An interactive command-line/GUI text editor implementation in Racket using the 2htdp/universe library.
Factoring Polynomials with Berlekamp's Algorithm in Sage
A quick demonstration of how to factor a polynomial over a finite field using Berlekamp's algorithm in Sage.