https://github.com/ripta/muncher
Toy "snake" game in D
https://github.com/ripta/muncher
Last synced: about 1 month ago
JSON representation
Toy "snake" game in D
- Host: GitHub
- URL: https://github.com/ripta/muncher
- Owner: ripta
- License: mit
- Created: 2024-01-08T07:44:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T07:45:32.000Z (about 2 years ago)
- Last Synced: 2026-02-07T21:39:30.434Z (about 2 months ago)
- Language: D
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake Clone in Digital Mars D
Trying to pick up enough D to be dangerous. Used D for [Advent of Code][aoc]
2023 on [day 23][d23].
[aoc]: https://adventofcode.com/
[d23]: https://github.com/ripta/x/blob/cc2e3f1baa8d008e2d8b13dad86d867cca34ab4a/aoc-2023/day-23/solution-pt1.d
Requires `dmd` and `dub`.
Prerequisite: either (a) copy raylib.so/.a into root directory of this repo; or
(b) run `dub run raylib-d:install`.
On macOS, run `build.sh` or `run.sh`; see comments in file for reason. On other
platforms, `dmd build` and `dmd run` should be sufficient.