User Tools

Site Tools


Sidebar

projects

wcp1 (due 20250129)
abc0 (due 20250205)
btt0 (due 20250205)
pct0 (bonus; due 20250205)
pct1 (bonus; due 20250205)
pct2 (due 20250205)
wcp2 (due 20250205)
mtb0 (due 20250212)
pct3 (bonus; due 20250212)
wcp3 (due 20250212)
mtb1 (due 20250219)
pct4 (due 20250219)
wcp4 (due 20250219)
mtb2 (due 20250226)
pct5 (bonus; due 20250226)
wcp5 (due 20250226)
gfo0 (due 20250305)
mtb3 (due 20250305)
pct6 (due 20250305)
wcp6 (due 20250305)
mtb4 (due 20250312)
pct7 (bonus; due 20250312)
wcp7 (due 20250312)
bwp1 (bonus; due 20250326)
mag0 (due 20250326)
pct8 (due 20250326)
wcp8 (due 20250326)
mag1 (due 20250402)
pct9 (bonus; due 20250402)
wcp9 (due 20250402)
gfo1 (due 20250409)
mag2 (due 20250409)
pctA (due 20250409)
wcpA (due 20250409)
mag3 (due 20250416)
pctB (bonus; due 20250416)
wcpB (due 20250416)
mag4 (due 20250423)
pctC (due 20250423)
wcpC (due 20250423)
pctD (bonus; due 20250430)
wcpD (bonus; due 20250430)
pctE (bonus; due 20250508)
wcpE (bonus; due 20250508)
EoCE (due 20250515)
haas:spring2025:cprog:projects:mag3

Corning Community College

CSCS1320 C/C++ Programming

PROJECT: Make A Game (MAG3)

OBJECTIVE

Commence work on some new game of your choosing. The aim is to document and pace your progress over the remaining weeks of the semester, putting your C programming skills to work in accomplishing the task at hand.

EDIT

You will want to go here to edit and fill in the various sections of the document:

MAGX

This will be a joined documentation page for all the magX projects for the remainder of the semester.

Your task is to record your individual game's progress, updating it weekly to reflect new changes made.

NOTE: an aspect of the project is your interaction on the class discord, over a number of days for the week.

URLs

Elusion of Labor (Tyler Strickland)

Proposal

In this game, you are a college student pursuing an IT degree at a mysterious and undisclosed location. You came into this college positively, hoping to do minimal work, party, and waste all your parents' money, but… tragedy struck. You were kidnapped and now are stuck behind the ever-present bars of the fearful and evil professor, Mattchoo Hassatious' classroom. You must escape his impending unsurvivable due dates, and are forced to play his inexpressibly inhuman games.

The gameplay is that of a rage platformer (inspired by a game called jump king), combined with elements of puzzle solving and quick thinking.

example: https://www.youtube.com/watch?v=ccSnC1-g3FQ

Layout, Structure
Assets:
SCREEN RESOLUTION OF 640 x 360
RECOMENDED PLAYER SPRITE SIZES ARE 1/5 OR 1/8 OF SCREEN HEIGHT (64 pixels fits rules of all above)
ENVIRONMENT ASSETS NEED TO BE IN PROPORTION TO THE PLAYER (determine the ratio between an average human to the real-life counterpart of the asset you want to design, then scale it down to be in proportion with the player's 64 pixels)
student (main player)

Dimensions: (x, 64)

player animations would be inspired by jump kings animations

different animations:

walking left (4 different animation frames) (right will be mirrored)

running left (4 frames) (right will be mirrored)

crouching left (4 frames) (right will be mirrored)

charging a jump (2 frames) 1 frame to start charge and last frame would be a still image as you are locked in for the jump

initial jump (2 frames) 1 frame that is an animation of the character pushing of the ground, and last frame is a still image as you fly up in the air

free fall (4 frames) (flailing arms and legs) after reaching the peak of your jump, the player will start falling down, this is when the free fall animation will initiate.

Faceplant (only need one still image of a face planted on the ground): The image will immediately change upon impact with only one frame change, emphasizing the impact force.

Mattchoo Hassatious (evil matt hass)
animations:

idle (4 frames)

Progress

Hallowed Halls (Brandon Dildine)

Proposal

You are a paranormal investigator exploring a long-abandoned manor for any signs of activity. You are given the keys to the manor by the owner, but as soon as you set foot inside you are locked in. At first, you seem to be alone, but it is soon apparent that everything is not as it seems. The halls begin to distort as your mind escapes you. To leave with your life you'll have to investigate the house and figure out what's causing the disturbances. Can you survive?

The gameplay will be a horror-themed dungeon crawler with a boss at the end. Rooms will be randomly generated with puzzles to solve and enemies to avoid.

Layout, Structure
Assets

Investigator (main character) Dimensions: (32, 64)

player animations

2-4 frames walking left, up and down (right will be mirror left) 2 frames crouching (behind objects to hide from enemies) Item use animation - there will be items to collect and use and I'll want an animation for the use (I'm imagining something like when your party Pokemon use a move outside of battle if that makes sense)

enemies

a couple undead enemies that will walk towards the player if they are in view probably just left and right walking animations 2-4 frames

rooms

I'll plan out the rooms to have puzzles or enemies in them and ideally they will be randomly generated rooms so each playthrough is different 640×360 screen resolution so that will be the size of my rooms. I'll need at least ten unique rooms to make it enjoyable

jumpscares

I want the enemies and some environment objects to jumpscare the player and I am thinking a few frames of a blinking image (640×360).

boss

I want the final boss to be an exorcism of this paranormal creature that will have choreographed attacks. The boss itself will have 4 frames of idle animation while its attacks come up

Progress
 

SUBMISSION

To be successful in this project, the following criteria (or their equivalent) must be met:

  • Project must be submit on time, by the deadline.
    • Late submissions will lose 33% credit per day, with the submission window closing on the 3rd day following the deadline.
  • Executed programs must display in a manner similar to provided output
    • output formatted, where applicable, must match that of project requirements
  • Processing must be correct based on input given and output requested
  • Output, if applicable, must be correct based on values input
  • Code must be nicely and consistently indented
  • Code must be consistently written, to strive for readability from having a consistent style throughout
  • Code must be commented
    • Any “to be implemented” comments MUST be removed
      • these “to be implemented” comments, if still present at evaluation time, will result in points being deducted.
      • Sufficient comments explaining the point of provided logic MUST be present
  • No global variables (without instructor approval), no goto statements, no calling of main()!
  • Track/version the source code in your lab46 semester repository
  • Submit a copy of your source code to me using the submit tool by the deadline.

Submit Tool Usage

Let's say you have completed work on the project, and are ready to submit, you would do the following:

lab46:~/src/SEMESTER/DESIG/PROJECT$ submit DESIG PROJECT file1 file2 file3 ... fileN

You should get some sort of confirmation indicating successful submission if all went according to plan. If not, check for typos and or locational mismatches.

RUBRIC

I'll be evaluating the project based on the following criteria:

286:mag3:final tally of results (286/286)
*:mag3:submitted Vircon32 cartridge [26/26]
*:mag3:submitted C code XML and build script [26/26]
*:mag3:cartridge is NOT added to repository [26/26]
*:mag3:changes from previous weekly snapshot [78/78]
*:mag3:committed project related changes to semester repo [26/26]
*:mag3:(day 1) activity pertaining to game on class discord [26/26]
*:mag3:(day 2) activity pertaining to game on class discord [26/26]
*:mag3:(day 3) activity pertaining to game on class discord [26/26]
*:mag3:(day 4) activity pertaining to game on class discord [26/26]

Pertaining to the collaborative authoring of project documentation

  • each class member is to participate in the contribution of relevant information and formatting of the documentation
    • minimal member contributions consist of:
      • near the class average edits (a value of at least four productive edits)
      • near the average class content change average (a value of at least 1024 bytes (absolute value of data content change))
      • no zero-sum commits (adding in one commit then later removing in its entirety for the sake of satisfying edit requirements)
    • adding and formatting data in an organized fashion, aiming to create an informative and readable document that anyone in the class can reference
    • content contributions will be factored into a documentation coefficient, a value multiplied against your actual project submission to influence the end result:
      • no contributions, co-efficient is 0.50
      • less than minimum contributions is 0.75
      • met minimum contribution threshold is 1.00

Additionally

  • Solutions not abiding by spirit of project will be subject to a 50% overall deduction
  • Solutions not utilizing descriptive why and how comments will be subject to a 25% overall deduction
  • Solutions not utilizing indentation to promote scope and clarity or otherwise maintaining consistency in code style and presentation will be subject to a 25% overall deduction
  • Solutions not organized and easy to read (assume a terminal at least 90 characters wide, 40 characters tall) are subject to a 25% overall deduction
  • Individuals who have not participated at least 50% will be subject to a 50% overall deduction.
haas/spring2025/cprog/projects/mag3.txt · Last modified: 2025/03/24 14:38 by 127.0.0.1