Skip to content

Instantly share code, notes, and snippets.

View MichaelNgogoyo's full-sized avatar
🏠
Working from home

Ngogoyo Michael MichaelNgogoyo

🏠
Working from home
  • Apperstar Solutions
  • Nairobi Kenya
View GitHub Profile
module Tic.Tac.Toe {
requires javafx.web;
requires javafx.media;
requires javafx.graphics;
requires javafx.fxml;
requires javafx.controls;
requires javafx.base;
requires javafx.swt;
opens sample;