nSnake
A ncurses implementation of the classic Snake game
 All Data Structures Files Functions Variables Enumerations Macros Pages
Data Fields
player_pieces Struct Reference

The structure of each part of the player. More...

#include <player.h>

Data Fields

int x
 x position of this part
 
int y
 y position of this part
 

Detailed Description

The structure of each part of the player.

Definition at line 38 of file player.h.


The documentation for this struct was generated from the following file: