https://github.com/bdavisnewmark/codot
2-Player Physics-Based Game
https://github.com/bdavisnewmark/codot
2-big-balls 2-player 2d 2d-game balls big-balls coop cooperative game physics physics-2d physics-based pygame python video-game
Last synced: 19 days ago
JSON representation
2-Player Physics-Based Game
- Host: GitHub
- URL: https://github.com/bdavisnewmark/codot
- Owner: BDavisNewmark
- License: mit
- Created: 2025-10-02T13:07:03.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-05-16T00:03:39.000Z (19 days ago)
- Last Synced: 2026-05-16T01:07:40.600Z (19 days ago)
- Topics: 2-big-balls, 2-player, 2d, 2d-game, balls, big-balls, coop, cooperative, game, physics, physics-2d, physics-based, pygame, python, video-game
- Language: Python
- Homepage: https://replit.com/@BDavisNewmark/Codot
- Size: 7.28 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CoDot
A co-op physics-based game where you play with two circles attached a fixed position away from each other, using a combination of spinning and movement to reach goals, with increasing levels of difficulty. Levels will focus on a variety of gimmicks which differ from level to level.
### GitHub Repository ↓↓↓

## Controls
| Key | Action |
| :---: | :--- |
| `A` / `←` | Roll counter-clockwise. Move rod counterclockwise while stuck. |
| `D` / `→` | Roll clockwise. Move rod clockwise while stuck. |
| `W` / `↑` | Stick to a sticky surface. |
| `esc` | Go back to level select screen. |
**Blue** Player is **Player 1** (WASD)
**Red** Player is **Player 2** (Arrow Keys)
## Ground Types
| Name | Color | Behavior |
| :---: | :--- | :--- |
| `Stone` | Gray | Cannot stick, normal friction |
| `Dirt` | Mottled Brown | Can stick, normal friction |
| `Ice` | Striped Light Blue | Cannot stick, lower friction |
## Credits
* **Bach Davis (*[**@staetyk**](https://github.com/staetyk) | [**@schooltyk**](https://github.com/bdavisnewmark)*)** - *Code, Music, Sound Effects*
* **Nolan McCall (*[**@hdhffkdj**](https://github.com/hdhffkdj)*)** - *Artwork, Level Design*