Completed Wave 3 features:
All checks were successful
Pre-release on non-main branches / prerelease (push) Successful in 27s

- [X] New User Interface (Responsive)
- [X] Two's Compliment Simulator
- [X] Extended Binary Simulator (Custom bit sizes)
- [X] Unified Binary Simulator (Unsigned & Two's Completment combined)
- [X] Extended Hexadecimal Simulator
- [X] Unified Hexadecimal Simulator (For GCSE & A Level Specification)
- [X] Enhanced Gate Simulator (Truth Table Creator)
- [X] Compound Gate Simulator
- [ ] Computer Components Simulator

Signed-off-by: Alexander Lyall <alex@adcm.uk>
This commit is contained in:
2026-03-01 16:22:58 +00:00
parent 4facee954c
commit ffab71cfcc
57 changed files with 3602 additions and 3488 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "Computing:Box",
"name": "computing-box",
"type": "module",
"version": "2.0.0 Alpha",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
@@ -9,6 +9,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.16.6"
"astro": "^5.18.0"
}
}