Skip to content

Instantly share code, notes, and snippets.

@difof
difof / pong.fsx
Last active October 13, 2025 18:51
F# pong using Raylib and FSX
#!/usr/bin/env -S dotnet fsi
#nowarn "3391" // To hide CBool implicit conversion warnings
#r "nuget: Raylib-cs"
open Raylib_cs
open System // Random
open System.Numerics // Vector2, Rectangle