-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Chemestry | ||
|
||
by | ||
|
||
Ninjadev feat Bitbear | ||
|
||
|
||
A Ninjadev release for Black Valley 2024. | ||
|
||
Finally got around to completing the collaboration | ||
Bitbear suggested at Solskogen 2019! | ||
Prepare for Chemestry in both the poetic and literal sense. | ||
|
||
Made in our open source demo tool renin | ||
https://github.com/ninjadev/renin | ||
|
||
To run: `python3 -m http.server 8080` | ||
then going to http://localhost:8080 | ||
Or in Chrome with --allow-file-access-from-files. | ||
|
||
Code and graphics: run, Eldfor, Zmeos, iverjo and tr0n | ||
Music: Planeswalker by Bitbear (https://bitbear.org/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/png" href="/assets/favicon.501d225e.png" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Renin</title> | ||
<script type="module" crossorigin src="/assets/index.6d3813c6.js"></script> | ||
</head> | ||
<body> | ||
|
||
</body> | ||
</html> |