Skip to content

Two university F# projects related to "Introduction to Programming" course : Snake and Maze minigames

Notifications You must be signed in to change notification settings

ambrosdavid/F-SHARP

Repository files navigation

F-SHARP

LinkedIn

Table of Contents
  1. About The Project
  2. Getting Started
  3. Acknowledgments

About The Project

These are my first two projects in F #, a programming language I learned at university

"MazeRunner" minigame: a maze is generated randomly, the player is shown the solution path, and once you start playing, the path disappears.

drawing drawing

"Snake" is the classic minigame of the snake that has to eat the apple and grow bigger and bigger

drawing

Built With

It's a pure F# project, playable in windows terminal

Getting Started

Just clone the repository, install an IDE like Microsoft Visual Studio, and run it.

Prerequisites

You will need to install .NET Framework Developer Pack in order to compile the project

Acknowledgments

(back to top)

About

Two university F# projects related to "Introduction to Programming" course : Snake and Maze minigames

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages