Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhackfly/pacworms
Pacworms is an arcade game inspired by Snakles, a game I coded in C some time ago. For now, the project is on hold.
https://github.com/mhackfly/pacworms
arcade game nibbles python3 snakles
Last synced: 2 days ago
JSON representation
Pacworms is an arcade game inspired by Snakles, a game I coded in C some time ago. For now, the project is on hold.
- Host: GitHub
- URL: https://github.com/mhackfly/pacworms
- Owner: mhackfly
- License: gpl-3.0
- Created: 2018-08-27T16:52:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T12:19:18.000Z (4 months ago)
- Last Synced: 2024-12-12T07:08:10.749Z (about 2 months ago)
- Topics: arcade, game, nibbles, python3, snakles
- Language: Python
- Homepage: https://www.micro66.fr/projets/pacworms/article.html
- Size: 88.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## pacworms
**Description**
`Pacworms` is an arcade game inspired by `Snakles`, a game I coded in C some time ago. For now, the project is on hold. The structure of the game is in place, with windows, graphics, and an editor under construction. The game is coded in `Python`. `Tkinter` is the graphical interface used, and `Pygame` is the game engine.
![root_window_start](Root_Window_Start.png)
![pygame_window](Pygame_window.png)
![toplevel_window_editor](Toplevel_Window_Editor.png)