dimberman / FunctionalBattleship

A fully-operational CLI battleship game using only functional programming (no mutating states or side effects)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functional Battleship

This is a fully-functional CLI battleship game using only Functional programming. This project is meant as a learning tool for creating responsive applications without using any mutating states

Running the program

To run this program simply download and run :

sbt clean run

About

A fully-operational CLI battleship game using only functional programming (no mutating states or side effects)


Languages

Language:Scala 100.0%