--- name: Enigma Machine Project summary: A informational website about the Enigma machine and a digital recreation of it. timespan: from: 2019 tags: - web - python - pygame - school links: github: Bwc9876/Enigma-Machine-Recreation other: - label: Website url: https://bwc9876.github.io/Enigma-Machine-Site/index.html icon: globe image: ./enigma-machine.webp --- import ExtLink from "@components/ExtLink.astro"; export const components = { a: ExtLink }; This was a social studies project I decided to get creative with. It's a website outlining what the enigma machine is and even has a recreation of it in [PyGame](https://www.pygame.org/). The site itself is pretty simple, with no CSS frameworks or anything, but it gets the point across.