This website requires JavaScript.
Explore
Help
Sign In
kuhyx
/
testsAndMisc
Watch
1
Star
0
Fork
0
You've already forked testsAndMisc
mirror of
https://github.com/kuhyx/testsAndMisc.git
synced
2026-07-04 16:03:03 +02:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
2dd4e68edb
testsAndMisc
/
python_pkg
/
keyboard_coop
/
run_game.sh
4 lines
58 B
Bash
Raw
Normal View
History
Unescape
Escape
feat: coop keyboard game
2025-07-18 00:08:21 +02:00
#!/bin/bash
fix: resolve shellcheck warnings - lint_python.sh: remove unused VERBOSE variable, use OVERALL_STATUS for exit - run_game.sh: add || exit after cd - install_arch.sh/uninstall_arch.sh: separate local declaration and assignment - lint.sh: use variable for pkg-config output to avoid word splitting
2025-11-30 13:48:17 +01:00
cd
"
$(
dirname
"
$0
"
)
"
||
exit
1
feat: coop keyboard game
2025-07-18 00:08:21 +02:00
python main.py
Reference in New Issue
Copy Permalink