Skip to content

Instantly share code, notes, and snippets.

View alexkoster's full-sized avatar
📚
Learning something new! 📚

Alex Koster alexkoster

📚
Learning something new! 📚
View GitHub Profile
@alexkoster
alexkoster / Board.java
Created August 9, 2017 08:56
Tic Tac Toe game implemented using a MVC design pattern in Java (repo here: https://github.com/alexkoster/tictactoe)
package tictactoe;
/**
* Board class represents Model of game
*
* @author Alexander Koster
* @version 2017-06-30
*/
public class Board
{
@alexkoster
alexkoster / OpenSourceCRM.rst
Created August 21, 2025 02:18 — forked from cstroe/OpenSourceCRM.rst
A distilled list of open-source CRM software