This repository has been archived by the owner on Jan 27, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from Ethosa/nightly
Nightly v0.4.2
- Loading branch information
Showing
83 changed files
with
1,735 additions
and
836 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
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
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 |
---|---|---|
|
@@ -2,6 +2,9 @@ nimcache/ | |
nimblecache/ | ||
htmldocs/ | ||
|
||
# ignore akane | ||
templates/ | ||
|
||
*.exe | ||
*.log | ||
*.db |
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
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
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
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
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
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 |
---|---|---|
@@ -1,24 +1,31 @@ | ||
# Examples | ||
|
||
## [Hello world](https://github.com/Ethosa/nodesnim/blob/nightly/examples/hello_world) | ||
![Hello world](https://github.com/Ethosa/nodesnim/blob/nightly/screenshots/1.png) | ||
|
||
<img src="https://user-images.githubusercontent.com/49402667/138453889-ea538f86-2fc4-4947-843f-ca100561b05d.png" width="100%" alt="Hello world example"> | ||
|
||
## [Calculator](https://github.com/Ethosa/nodesnim/blob/nightly/examples/calculator) | ||
![Calculator](https://github.com/Ethosa/nodesnim/blob/nightly/screenshots/2.png) | ||
|
||
<img src="https://user-images.githubusercontent.com/49402667/138453360-6b701b6a-8695-4ace-bf9f-25d5ae8c68c2.png" width="50%" alt="Calculator example"><img src="https://user-images.githubusercontent.com/49402667/138453719-0b4d50a9-b4a3-40c5-b017-1e0e0dd4892b.png" width="50%" alt="Material Calculator example"> | ||
|
||
## [Snake game](https://github.com/Ethosa/nodesnim/blob/nightly/examples/snake) | ||
![Snake game](https://github.com/Ethosa/nodesnim/blob/nightly/screenshots/3.png) | ||
|
||
<img src="https://user-images.githubusercontent.com/49402667/138456143-292a5b73-7a52-4d29-9769-1c8101db9f85.png" width="100%" alt="Snake game example"> | ||
|
||
## [Screen saver](https://github.com/Ethosa/nodesnim/blob/nightly/examples/screensaver) | ||
![Screen saver](https://github.com/Ethosa/nodesnim/blob/nightly/screenshots/4.png) | ||
|
||
<img src="https://user-images.githubusercontent.com/49402667/138455275-3df817ae-275d-4164-afc1-92fbdbbb4a6c.png" width="100%" alt="Screensaver example"> | ||
|
||
## [Novel](https://github.com/Ethosa/nodesnim/blob/nightly/examples/novel) | ||
![Novel](https://github.com/Ethosa/nodesnim/blob/nightly/screenshots/5.png) | ||
|
||
<img src="https://user-images.githubusercontent.com/49402667/138454518-376b40ba-44d0-458a-9b2b-48a5ea53ff64.png" width="100%" alt="Novel game example"> | ||
|
||
## [Roguelike](https://github.com/Ethosa/nodesnim/blob/nightly/examples/roguelike) | ||
![Roguelike](https://github.com/Ethosa/nodesnim/blob/nightly/screenshots/6.png) | ||
|
||
<img src="https://user-images.githubusercontent.com/49402667/138454722-e2b2766d-29cd-412a-92d2-29393d442775.png" width="100%" alt="Roguelike game example"> | ||
|
||
## [Sample messenger](https://github.com/Ethosa/nodesnim/blob/nightly/examples/sample_messenger) | ||
![Sample messenger](https://github.com/Ethosa/nodesnim/blob/nightly/screenshots/7.png) | ||
|
||
<img src="https://user-images.githubusercontent.com/49402667/138455176-d38ea0b3-274d-41c6-b877-2a9be39a7b90.png" width="100%" alt="sample messenger"> | ||
|
||
## [Builder features](https://github.com/Ethosa/nodesnim/blob/nightly/examples/builder_features) |
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
Oops, something went wrong.