ziming-zh / Elfs-castle

This is the first project of UM-SJTU JI 2021-2022 Summer course VG100-3, using Elm to implement a web game Elf's Castle designed by the team Miu Gamers.

Home Page:https://focs.ji.sjtu.edu.cn/silverfocs/demo/2022/p1team17/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elf's Castle

The magic Elf needs bricks to build for his castles. However, the total amount of bricks is limited (tricky )and sometimes prevents Elf to realize his dream. There are three types of useful bricks: Darksteel (purple), Gold(yellow), and Diamond (blue). Another two types of bricks, the Granite and Bedrock, creates barriers to the Elf. Take good use of the Elf's Magic Power to earn bonus bricks and collect required amount of bricks for Elf's Kindom!]

Installation

Operating System: Windows 11/10/7

Download the latest release of the game or clone from the git repo

git clone ssh://git@focs.ji.sjtu.edu.cn:2222/SilverFOCS-22/p1team17.git

Refer to the main repo and compile the project using the makefile

make 
$( or mingw32-make for mingw settings)

Open the compiled index.html with web-browser and enjoy your game.

Usage

Use mouse to click the button and Keyboard for rendering commands to the program.

Please review the following important materials to gain a better understanding of this work:

  • booklet.pdf: This booklet provides a detailed description of the game "Elf's Castle" and its gameplay mechanics. It includes information on the different types of bricks, the Elf's Magic Power, and how to earn bonus bricks. It also explains the objective of the game, which is to collect the required amount of bricks for the Elf's Kingdom.

  • poster.pdf: This poster showcases the visual design of the game "Elf's Castle". It features colorful illustrations of the Elf, the different types of bricks, and the castle. The poster aims to attract players and create excitement about the game.

  • thumbnail.jpg: This thumbnail image is used as a visual representation of the game "Elf's Castle" in various platforms and promotional materials. It is a small, eye-catching image that gives a glimpse of the game's graphics and theme.

  • trailer.mp4: This trailer video provides a preview of the gameplay and features of "Elf's Castle". It showcases the Elf using his Magic Power to collect bricks, build castles, and overcome obstacles. The trailer aims to engage potential players and generate interest in the game.

Author team

UM-SJTU JI SU2022 ENGR1000J p1team-17

Ziming Zhou 521370910142

Chongye Yang 521370910088

License

[SilverFocs Incubator Licence] https://focs.ji.sjtu.edu.cn/silverfocs/markdown/license

About

This is the first project of UM-SJTU JI 2021-2022 Summer course VG100-3, using Elm to implement a web game Elf's Castle designed by the team Miu Gamers.

https://focs.ji.sjtu.edu.cn/silverfocs/demo/2022/p1team17/


Languages

Language:Elm 99.7%Language:Makefile 0.3%