bases-game/README.md

21 lines
957 B
Markdown
Raw Permalink Normal View History

2024-11-15 00:45:16 +01:00
# bases-game
2024-11-15 00:52:12 +01:00
An educational game for revision base 2, 10 and 16 (for my a level)<br/>
See chapters 28 - 32 (Section 6) of the PG OCR revision guide for Computer Science AS and A level for the "rules"<br/>
https://www.pgonline.co.uk/resources/computer-science/a-level-ocr/ocr-a-level-textbook/<br/>
# What can you "play" currently?
- Conversions between bases (integers)<br/>
- Binary addition<br/>
- Floating point binary to denery conversion<br/>
- Two's complement<br/>
2024-11-15 17:23:45 +01:00
- Sign and magnitude<br/>
2024-11-15 00:52:12 +01:00
# TODO
- Complex binary* <br/>
# Why the fuck is this a thing?
2024-11-15 00:53:25 +01:00
I was fucking revision my fucking as levels and I wanted a program to auto make binary and other bases questions up so I could just rattle through them so yeah.<br/>
Also the fucking code is shit as fuck, like barely any comments, imma do that at some point, just can't be fucking arsed to atm<br/>
2024-11-15 01:04:29 +01:00
I made this while I should've been listening to class so don't tell my teahcer<br/>