https://github.com/crocidb/wordlos
WORDLE for DOS, written in assembly
https://github.com/crocidb/wordlos
assembly dos game gamedev retrogaming wordle
Last synced: about 1 month ago
JSON representation
WORDLE for DOS, written in assembly
- Host: GitHub
- URL: https://github.com/crocidb/wordlos
- Owner: CrociDB
- License: mit
- Created: 2022-02-09T18:12:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T13:54:32.000Z (over 2 years ago)
- Last Synced: 2025-04-04T01:01:38.167Z (2 months ago)
- Topics: assembly, dos, game, gamedev, retrogaming, wordle
- Language: Assembly
- Homepage: https://crocidb.itch.io/wordlos
- Size: 1.77 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WORDLOS - Wordle Clone for DOS
Just another clone of Wordle for DOS using x86 16bit Assembly.

## Download
Binary version of this game can be downloaded at the [Releases](https://github.com/CrociDB/wordlos/releases) section.
## Play Online
I did an overengineered web-version of this game and published it on _itch.io_ and can be played at: https://crocidb.itch.io/wordlos
This runs on a wasm version of DosBox and send the output framebuffer to a WebGL context that renders it with a post-processing effect to look more like a CRT screen.
## Building
*WORDLOS* is built using *NASM*. So once you have that installed, all you need to do is:
`$ make`
In case there are no make tool available, you can directly compile it with:
`$ nasm -f bin -o wordlos.com wordlos.asm`
In both cases, a `wordlos.com` file will be generated and it can be run on DOS, DosBox or FreeDOS.
## License
This project is licensed under the MIT License.
## Contributors
- [Paweł Łukasik](https://github.com/pawlos)