about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2023-05-31 12:28:52 -0500
committerCase Duckworth2023-05-31 12:28:52 -0500
commit759c6e0e60a5287834f7b2be2be1eb4bc533f455 (patch)
tree202054083f9582484a048562ce3388d367d212f2
parentFix image (diff)
downloadapple-759c6e0e60a5287834f7b2be2be1eb4bc533f455.tar.gz
apple-759c6e0e60a5287834f7b2be2be1eb4bc533f455.zip
Add cool rock picture
-rw-r--r--COPYING10
-rw-r--r--README.md4
-rwxr-xr-xgame.scm1
3 files changed, 9 insertions, 6 deletions
diff --git a/COPYING b/COPYING index c8a9eca..be17d92 100644 --- a/COPYING +++ b/COPYING
@@ -4,12 +4,14 @@ Copyright (C) Case Duckworth <acdw@acdw.net>
4Redistribution and use in source and binary forms, with or without modification, 4Redistribution and use in source and binary forms, with or without modification,
5are permitted provided that the following conditions are met: 5are permitted provided that the following conditions are met:
6 6
71. You must agree to look at this cool rock I found. Images of the cool rock may 71. You must agree to look at this cool rock I found[a]. Images of the cool rock
8 be provided either as a URL or as an image in the source repository in JPEG 8 may be provided either as a URL or as an image in the source repository in
9 or WEBP format. GIF files may also be provided, but only in addition to 9 JPEG or WEBP format. GIF files may also be provided, but only in addition to
10 JPEG/WEBP. In the event that a URL is provided and the URL returns a 404 in 10 JPEG/WEBP. In the event that a URL is provided and the URL returns a 404 in
11 the future, the user may, at their discretion, provide a backup cool rock to 11 the future, the user may, at their discretion, provide a backup cool rock to
12 look at until such time as the URL is fixed. 12 look at until such time as the URL is fixed.
13 13
14This software is provided "as is" and any express or implied warranties are 14This software is provided "as is" and any express or implied warranties are
15disclaimed, even if you do look at the rock. \ No newline at end of file 15disclaimed, even if you do look at the rock.
16
17[a]: https://junk.acdw.net/coolrock.jpg \ No newline at end of file
diff --git a/README.md b/README.md index f15e913..5efe495 100644 --- a/README.md +++ b/README.md
@@ -20,12 +20,14 @@ Run `./game.scm` in this directory.
20 20
21## License 21## License
22 22
23This software is licensed under the Look At This Cool Rock I Found Public License, version 1.0. See COPYING for details. 23This software is licensed under the Look At This Cool Rock I Found Public License, version 1.0. See [COPYING][] for details.
24 24
25Here is a picture of the cool rock I found: 25Here is a picture of the cool rock I found:
26 26
27![cool rock](https://junk.acdw.net/coolrock.jpg) 27![cool rock](https://junk.acdw.net/coolrock.jpg)
28 28
29[COPYING]: https://git.acdw.net/game/tree/COPYING
30
29## Development log 31## Development log
30 32
31### 2023-05-30 33### 2023-05-30
diff --git a/game.scm b/game.scm index 4df071c..17c22eb 100755 --- a/game.scm +++ b/game.scm
@@ -17,7 +17,6 @@ See COPYING for details.
17 (yolk xterm) 17 (yolk xterm)
18 (yolk erase) 18 (yolk erase)
19 (yolk cursor) 19 (yolk cursor)
20 (srfi 1)
21 (srfi 18) 20 (srfi 18)
22 (matchable) 21 (matchable)
23 (stty)) 22 (stty))