Skip to content

Commit

Permalink
add new wrapper submodule: python
Browse files Browse the repository at this point in the history
  • Loading branch information
Totto16 committed Jun 28, 2024
1 parent b479e8e commit 91a56e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "wrapper/haskell"]
path = wrapper/haskell
url = https://github.com/Totto16/oopetris_wrapper_haskell.git
[submodule "wrapper/python"]
path = wrapper/python
url = https://github.com/Totto16/oopetris_wrapper_python.git
5 changes: 3 additions & 2 deletions wrapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## What is this

This are wrappers of some OOPEtris functionaility in other languages.
This are wrappers of some OOPetris functionaility in other languages.
They are all in submodules alias in a seperate git repo.

They currently wrap this:
Expand All @@ -18,11 +18,12 @@ Current:
- Node.js (C++ binding)
- C (C++ binding)
- Haskell (C binding)
- Python (C++ binding)

Planned:
- Python
- Lua
- Java
- Rust

## Other

Expand Down
1 change: 1 addition & 0 deletions wrapper/python
Submodule python added at be791d

0 comments on commit 91a56e5

Please sign in to comment.