SDP 22-2-24469 (FRI) Space Invaders

Overview

Space Invaders

This is a project that extends the Space Invaders clone (RobertoIA/Invaders).

Teams

Friday Class (22-2-24469)

No. Name Members Requirements
0 Instructors Scott Uk-Jin Lee, Hansae Ju Instruct students
1 SoundSystem Byeunghee Choi,Bogyung Kim, 김예준, Seungjun Lee, Minseong Seo, 김철연 Provide dynamic sound effect, system sound effect, BGM
2 Team2 JaeJung Doo, Hun Yu, Carlos Gomez, Tungalagtuya, Nurin, Shurenkhishig Gameplay HUD
3 Team3 박정빈, 윤다빈, 김준휘, 박준철, 양재호 Visual Effect System
4 Team4 Jinwoo Kim, Heesang Mun, SeungYeon Kim, Euiyeon Cho, JaeHyun Kim Main Menu
5 Team5 이민구, 오예성, 오유정, 김민재, 권혁준 Records System
6 team6 온호, 가보한, 양헌, 조성우 Various player ship&enemies
7 Team7 KimUjae,Leesoobin, LeeYena, Noeunsol, Parkyongsoo Item System
8 Team8 Changhyun Bak, Jeong min Lee, Jaemin Kim, Minjun, Junho Currency System
9 Team9 김택윤, 최수용, 박정혁, 정호일, 장석준, 허재원 Level-Design-System

Screenshots

Title Screen Game Screen Score Screen
image image image

Development

  • IDE : IntelliJ IDEA

System Requirements

Requires Java 7 or better.


SoundLicense

You might also like...
Comments
  • Enemy extramove

    Enemy extramove

    • 기능 enemyship이 다음 조건을 만족하면 이동합니다.
    1. 이동하려는 객체가 소속된 column의 유일한 객체가 아닐 것.
    2. 자신이 이동하려는 방향의 column이 빈 column일 것.
    • 구현 방법 코드 수정은 전부 EnemyShipFormation.java 에서 했습니다. 다음은 코드 수정한 부분입니다.
    1. 110 ~ 112번 라인: 변수 선언
    2. 303 ~ 309번 라인: update() 내부
    3. 461번 라인 이후 전부: 기능 구현
    opened by JHPark0906 0
Owner
Hansae Ju
MS to PhD student
Hansae Ju
INVADERS-OVERLAY - Overlay for strategical space-themed block game gameplay

INVADERS-OVERLAY INVADERS OVERLAY MOD v1.0 Minecraft Version: Forge 1.8.9 12/28/21 Invaders Overlay Mod (IOM) is an overlay mod for Hypixel Invaders (

null 2 Dec 31, 2021
Union, intersection, and set cardinality in loglog space

HyperMinHash-java A Java implementation of the HyperMinHash algorithm, presented by Yu and Weber. HyperMinHash allows approximating set unions, inters

LiveRamp 48 Sep 22, 2022
Immutable key/value store with efficient space utilization and fast reads. They are ideal for the use-case of tables built by batch processes and shipped to multiple servers.

Minimal Perfect Hash Tables About Minimal Perfect Hash Tables are an immutable key/value store with efficient space utilization and fast reads. They a

Indeed Engineering 92 Nov 22, 2022
Function allowing you to find duplicate in an array in linear time and constant space

Floyd's tortoise and hare Function allowing you to find duplicate in an array in linear time and constant space ! Floyd's method is a pretty amazing,

null 7 Mar 29, 2022
Triple X is a 2D space game based on The Three-Body Problem

Triple X is a 2D space game based on The Three-Body Problem, which is the famous sci-fi novel wrote by Cixin Liu.

Frankie·Johnson 4 Feb 19, 2022
2D space game based on The Three-Body Problem

Triple X Triple X is a 2D space game based on The Three-Body Problem, which is the famous sci-fi novel wrote by Cixin Liu. In this game, you would dri

Frankie·Johnson 4 Feb 19, 2022
Create: Liftoff is a create addon that hopes to empower the player even more with the industrial age of the create mod and space rockets!

Create: Liftoff Welcome to Create: Liftoff, a mod that hopes to empower the player even more with the industrial age of the create mod and space rocke

Tazer 9 Jun 6, 2022
GyKi Space Chat

Gyki Space Abstract This protocol defines the protocol to communicate between the GykiSpace server and client over a text interface. This is Version 1

Samuel 2 Dec 29, 2021