package
0.0.0-20241008140959-2a93b025d5f1
Repository: https://github.com/google/google-ctf.git
Documentation: pkg.go.dev
# README
name: "Doomed to Repeat It"
description: "Play the classic game Memory. Feel free to download and study the source code."
flag: "CTF{PastPerf0rmanceIsIndicativeOfFutureResults}"
# Packages
Binary memory is a server for the game Memory, a fun and secure web game.
Package game contains the game logic for the game Memory.
Package random is custom implementation of a cryptographically secure random number generator.
Binary solve solves the Doomed to Repeat It challenge.