Ohio State University ENGR 1181.01 Autumn 2024 SDP entry made by Group A in MATLAB
Winning entry of the ENGR 1181 Category of the Autumn 2024 Fundamentals of Engineering Design Showcase hosted by the Department of Engineering Education
Version November 22 2024
- You must first have MATLAB already installed. Currently not confirmed to work with Octave
- Download and ensure all files are in the same folder
- Open and/or run
map_generation.m
The sly grey dogs have taken all the dabloons! You, the heroic black cat, must fight the sly grey dogs by beating each of them in a series of memory matching games.
Defeat all the sly grey dogs to win!
- Travel around the world and find the grey dogs. Go next to them and interact with them. You will have to engage in card warfare with them.
- During your turn, you must chose two matching, unflipped cards in order to increase your score.
- The enemy will always take its turn after yours.
- You must correctly match more cards (get a higher score) than the enemy in order to win the battle.
- If you lose or the match ends with a tie, you will lose a life.
- You start out with two lives. Once you have zero lives, the game ends.
NOTE: DO NOT DIRECTLY CLOSE THE WINDOW AT ANY GIVEN TIME
q
to quit the gamep
to play the game
- Arrow keys to move
t
to interact with NPC if standing directly next to themq
to quit
- Move the mouse to move the cursor
- Click the left or right mouse button to choose one card
ESC
key to forfeit the game during your turn
Connor Levak
: Story, writing, movement mechanics, map graphicsDavid Y. Liu
: Card game mechanics, logic programmingMorgan M. Hallett
: Spritework and sprite designSaumil Srivastava
: CPU player/enemy logic programmingMatthew M. VanEtten
: Title screen programming, map graphics
- Dr. Shukufe Rahman
- All UTAs of ENGR 1181.01 Section (6421)
- The UTA who helped us during Open Lab meetings
- All the test players
- Autumn 2024 Fundamentals of Engineering Design Showcase staff and judges
- and you...
Original game documentation: copyright (c) 2014, Kathleen Ossman and Gregory Bucks. Updated to include the Simple Game Engine: copyright (c) 2019, Jonathan Brown All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the distribution
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.