Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
saroro1 committed Jul 13, 2022
1 parent 16cd2df commit 5b2cb16
Show file tree
Hide file tree
Showing 7 changed files with 2,155 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/node_modules/
/.idea/
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
const {Omok} = require("./src/Omok/OmokMain");
module.exports = {
"Omok" : Omok
}
Loading

0 comments on commit 5b2cb16

Please sign in to comment.