Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
charles_f
7 months ago
|
parent
|
context
|
favorite
| on:
Flappy Bird for Android, only C, under 100KB
game.c is 800 odd lines. There are some optimizations you could do here and there (e.g load digit sprites in an array to avoid the switch case 1/2/3... stuff).
The bulk of the 3000 is fluff that you need because this is C on Android, not SFML.
Consider applying for YC's Summer 2025 batch! Applications are open till May 13
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
The bulk of the 3000 is fluff that you need because this is C on Android, not SFML.