Skip to content

Instantly share code, notes, and snippets.

View borregs's full-sized avatar

Borrego Johnson borregs

View GitHub Profile

Keybase proof

I hereby claim:

  • I am borregs on github.
  • I am borregs (https://keybase.io/borregs) on keybase.
  • I have a public key ASCWA_UnsLSa_LZJGclichfrAn3Cn3I-qywKgqhUBCEcygo

To claim this, I am signing this object:

@borregs
borregs / algoen.c
Last active November 27, 2017 02:32
#include<stdio.h>
#include<string.h>
#include<ncurses.h>
#include<stdlib.h>
int main(){
int x,y,o;
int score=0;
//int cuerpo[200][2];
char tecla;
initscr();