Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
64bdca6
first story parser engine proposal
happycodefarm Apr 24, 2020
faf5436
major update of story parser
happycodefarm Apr 25, 2020
4e3b9da
Major update to story engine
happycodefarm Apr 25, 2020
1e13c48
Minor updates
happycodefarm Apr 25, 2020
5a91442
Better actions matching function
happycodefarm Apr 25, 2020
b741e43
more updates
happycodefarm Apr 25, 2020
6cd2661
more updates
happycodefarm Apr 26, 2020
2a62bf0
Update .gitignore
happycodefarm Apr 26, 2020
548aad1
Delete bordel.js
happycodefarm Apr 26, 2020
1f43773
a bunch of updates
happycodefarm Apr 26, 2020
5558ed1
Update default answers mecanisme
happycodefarm Apr 26, 2020
4add476
Delete settings.json
happycodefarm Apr 26, 2020
7b73b50
Delete .DS_Store
happycodefarm Apr 26, 2020
b63a808
some cleanup
happycodefarm Apr 26, 2020
ed9344a
Merge branch 'master' of https://github.com/happycodefarm/O10-C
happycodefarm Apr 26, 2020
0eba3d7
more cleaning
happycodefarm Apr 26, 2020
79ed207
Delete package-lock.json
happycodefarm Apr 26, 2020
c597d4c
Create README.md
happycodefarm Apr 26, 2020
63e3d0c
Merge branch 'master' of https://github.com/happycodefarm/O10-C
happycodefarm Apr 26, 2020
f9a065a
A lot of new features and optimizations
happycodefarm Apr 28, 2020
16af0e7
More optimization and cleaning.
happycodefarm Apr 29, 2020
dde4a8a
Update of the code documentation.
happycodefarm Apr 29, 2020
8bcd51a
Update O10-C.js
happycodefarm May 5, 2020
f5fcc19
update gitingnore
happycodefarm May 5, 2020
e0199cd
Another major update.
happycodefarm May 7, 2020
cf30efd
Total refactoring of the project folder structure
happycodefarm May 10, 2020
0e488ba
minor update
happycodefarm May 10, 2020
c8c85ec
update
happycodefarm May 10, 2020
e5f4542
Added live demo
happycodefarm May 10, 2020
5201a5f
Live demo in README.md
happycodefarm May 10, 2020
a303410
Update story-example.md
happycodefarm May 10, 2020
552b922
minor updates
happycodefarm May 10, 2020
6eb223a
update README.md
happycodefarm May 10, 2020
f600127
Update story-example.md
happycodefarm May 10, 2020
5d6740b
Update of the global actions declaration
happycodefarm May 10, 2020
cafc8b4
Updates
happycodefarm May 16, 2020
eb192f9
Updates
happycodefarm May 16, 2020
7b9672b
Update
happycodefarm May 16, 2020
849a70f
Added game restore option.
happycodefarm Jul 1, 2020
4d18171
More updates
happycodefarm Jul 1, 2020
77accda
Update index.html
happycodefarm Jul 1, 2020
0fec4ca
Update settings.json
happycodefarm Jul 1, 2020
e83234b
Local html example
happycodefarm Oct 24, 2023
f0c1afa
local html example
happycodefarm Oct 24, 2023
92fbd7a
some updates
happycodefarm Oct 25, 2023
0d12e16
readme update
happycodefarm Oct 25, 2023
8ff4125
exemples update
happycodefarm Oct 25, 2023
0d2a427
blabla
happycodefarm Oct 31, 2023
d80c1c8
Etherpad example
happycodefarm Nov 9, 2023
65c61be
update submodules
happycodefarm Nov 9, 2023
3586981
bugs
happycodefarm Nov 9, 2023
b23de76
bug fix
happycodefarm Nov 10, 2023
0cee357
Documentation update.
happycodefarm Nov 10, 2023
3954bfb
doc update
happycodefarm Nov 10, 2023
7718336
examples update
happycodefarm Nov 13, 2023
328704b
Examples update
happycodefarm Nov 13, 2023
f92ef2e
update gitignore
happycodefarm Nov 13, 2023
bfeef28
update gitignore
happycodefarm Nov 13, 2023
742c908
update
happycodefarm Nov 13, 2023
4dc7c8d
more updates
happycodefarm Nov 13, 2023
3013a94
more updates
happycodefarm Nov 13, 2023
958f21d
cleaning
happycodefarm Nov 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
log.txt
story.json
package-lock.json
node_modules/
.vscode/
.DS_Store
*.DS_Store
67 changes: 0 additions & 67 deletions O10-C.js

This file was deleted.

39 changes: 0 additions & 39 deletions O10-C.txt

This file was deleted.

7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Welcome to ZorkDown!
ZorkDown is a lightweight single file game engine to play Zork-like interactive fiction game.
Its Markdown based syntax is meant to be closer to writing logic than pure programing logic.

[Live demo](https://happycodefarm.github.io/ZorkDown/examples/html/index.html)

[Documentation](https://github.com/happycodefarm/ZorkDown/blob/master/docs/documentation.md)
70 changes: 0 additions & 70 deletions bordel.js

This file was deleted.

Loading