AntonioCS / pong_clone

A (very basic) clone of the classic game of pong in C with SDL2
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Refactor init_player* functions #5

Open AntonioCS opened 8 years ago

AntonioCS commented 8 years ago

These functions set the default player positions but @mitghi believes they can be refactored into simpler functions.

Possibly after getting issue #2 this can be done.