Repository Details
Shared by
HelloGitHub Rating
0 ratings
Claim
Discuss
Collect
Share
5.1k
Stars
No
Chinese
Python
Language
Yes
Active
1
Contributors
32
Issues
No
Organization
2.7.0
Latest
523
Forks
None
License
More

Python 写的 GameBoy 模拟器。不仅可以用来怀念童年,还能用这个库写“外挂”,之前虐你千百遍的游戏。现在用 Python 找回场子,放学别走,学校门口见!示例代码:
```python
from pyboy import PyBoy
pyboy = PyBoy('ROMs/gamerom.gb')
while not pyboy.tick():
pass
```
Included in:
Vol.49
Comments
Rating:
No comments yet