Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sylvrs/cfb-2d
A small 2D college football game made in Zig
https://github.com/sylvrs/cfb-2d
Last synced: 3 days ago
JSON representation
A small 2D college football game made in Zig
- Host: GitHub
- URL: https://github.com/sylvrs/cfb-2d
- Owner: sylvrs
- Created: 2024-05-20T06:29:28.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-08T01:09:02.000Z (7 months ago)
- Last Synced: 2024-11-01T14:42:50.485Z (about 2 months ago)
- Language: Zig
- Size: 654 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# College Football 2D
## Overview
College Football 2D is a small American football game built using Zig (v0.13.0) & Raylib.This project is meant to be a learning experience while providing a free, open source 2D football experience for PC gamers. This project is heavily inspired by the following:
* [Retro Bowl](https://x.com/retro_bowl)
* [Tecmo Bowl](https://en.wikipedia.org/wiki/Tecmo_Bowl)## Roadmap
This game is still extremely early in development but has plans for the following:### Gamemodes
- [ ] Exhibition
- [ ] Road to Glory
- [ ] Dynasty### Team
- [x] FBS & FCS
- [ ] Div II, Div III, and NJCAA
- [ ] Customizable Uniforms
- [ ] Team Builder### UI
- [ ] Custom Scorebugs### Misc
- [x] Gamepad Support## Screenshots
![Boise State](images/boise_state.png)
![Home](images/home.png)
![Away](images/away.png)
![Oklahoma State](images/oklahoma_state.png)## Building / Running
This project can be built & ran with the CLI command:
```
zig build run
```