Files for my website
bwc9876.dev
1---
2name: Enigma Machine Project
3summary: A informational website about the Enigma machine and a digital recreation of it.
4timespan:
5 from: 2019
6tags:
7 - web
8 - python
9 - pygame
10 - school
11links:
12 github: Bwc9876/Enigma-Machine-Recreation
13 other:
14 - label: Website
15 url: https://bwc9876.github.io/Enigma-Machine-Site/index.html
16 icon: globe
17image: ./enigma-machine.webp
18---
19
20import ExtLink from "@components/ExtLink.astro";
21export const components = { a: ExtLink };
22
23This was a social studies project I decided to get creative with.
24It's a website outlining what the enigma machine is and even has a
25recreation of it in [PyGame](https://www.pygame.org/).
26
27The site itself is pretty simple, with no CSS frameworks or anything,
28but it gets the point across.