Skip to content

중앙대학교 CIEN 게임제작동아리 2023-1 튜토리얼 프로젝트

Notifications You must be signed in to change notification settings

AppliedAlpha/Fluffy-Run

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fluffy-Run

This game was developed as part of the tutorial project for Team 3 at CIEN, the game development club in Chung-Ang University.

타이틀

스테이지 선택

스테이지1

스테이지 선택 및 플레이 화면 스크린샷

Introduction

Development Environment

Unity 2021.3.22f1

Game Genre

Puzzle Platform & Stage Format

Objective

Provide players with fun and a sense of accomplishment.

Core mechanic

The core mechanic revolves around designing various stages with unique configurations and providing players with feedback based on their performance.

Game Loop

Clear each stage within a given time limit.

Features

전체 기능 요약

1. Player Movement

  • Move Left/Right: Arrow Keys (⬅️➡️)
  • Jump: Space Bar

2. Main Interactions

Levers

  • When the player comes into contact with a lever and presses the ⬆️ arrow key, the lever's ON/OFF state toggles, and the connected platform object moves.

Buttons

  • When the player or a block touches a button, the connected platform object moves while the button is held down.
  • Once released, the platform object returns to its original state.

Movable Blocks

  • The player can push the blocks to perform necessary actions to clear the game.

Developers

How to play

Step 1. Go to 'Releases' of this repository.

Step 2. In Assets, download Fluffy-Run-(BUILD_VERSION).zip file.

Step 3. Extract zip file, and run Fluffy Run.exe.

Step 4. Enjoy it as much as you want!

Target Platform

Windows x64

Dependency

본 게임은 Unity 무료 에셋을 활용하여 제작되었습니다.

https://assetstore.unity.com/packages/2d/environments/free-platform-game-assets-85838

About

중앙대학교 CIEN 게임제작동아리 2023-1 튜토리얼 프로젝트

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • ShaderLab 70.6%
  • C# 17.1%
  • HLSL 12.3%