OpenCores
URL https://opencores.org/ocsvn/connect-6/connect-6/trunk

Subversion Repositories connect-6

[/] [connect-6/] [trunk/] [XILINX/] [BUILD_SCC/] [synth_src/] [connect6.h] - Blame information for rev 17

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 17 sumanta.ch
/*
2
    connect6.h
3
    June 9, 2011
4
    This file contains the game AI
5
    By Kevin Nam
6
 
7
*/
8
 
9
#ifndef _CONNECT6_H
10
#define _CONNECT6_H
11
 
12
int calculatepoints(char board[][19], int y, int x, char colour);
13
int connect6ai(char board[][19], char colour, char move[4]);
14
char check_for_win (char board[][19]);
15
int check_board_full (char board[][19]);
16
int check_move_validity (char board[][19],int y, int x);
17
void print_board (char board[][19]);
18
void print_board_file (char board[][19]);
19
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.