Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.
/ HaskellPj Public archive

This is a CS-like 3D game using haskell. It is the final project of the my haskell course.

Notifications You must be signed in to change notification settings

xibo-sun/HaskellPj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haskell Project

This is a project of Haskell course in Fudan University. The project is a FPS game. You can find a report file ./labReport.pdf. But it was written in Chinese.
Author : Sun Xibo
Mail : 345567848@qq.com

Building

  1. Download source code:

     git clone git@github.com:HubertSun7/HaskellPj.git
     cd HaskellPj
    
  2. Use cabal to build:

     cabal install
    

Running

To run the game. Running the Server first:

	<Server_dir>/lambdaCSServer

Then use the Client:

	<Client_dir>/lambdaCS -t <server ip> -n <player name> 

And you should move the ./tga directory to the Client_dir.

Screenshot

Here's a screenshot screenshot.

About

This is a CS-like 3D game using haskell. It is the final project of the my haskell course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published