#!/bin/bash

# enter the game directory.
cd ./data



# execute the game.
./neocol

