leodecm3 / LikeStardewValley

Stardew Valley Mechanics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video with me explaining the game 😄

Like Stardew Valley

HI! Because most of the games I created were under NDA or in collaboration with other developers, I cannot share the source code. My intention with this project is to create a simple project for my portfolio using only free assets that I can share on GitHub.

I'm adopting Stardew Valley-style gameplay, where you can buy/sell crops and plant/harvest them. I also included a store to buy clothes and an inventory where you can switch between them.

For this project, I employed approaches and coding methodologies that I would only use on a large project! For example, all buttons are stored in arrays so that if the designer want to add more buttons, they may do so without modifying any code!

Key features:

  • New input system!
  • ScriptableObjects with inheritance logic
  • Dictionary for the inventory
  • Events to communicate between codes
  • Cinemachine pretty camera transition
  • 2DRaycast and colliders layer mask
  • Tooltip over the button
  • DOTween for animations
  • Trello for project management https://github.com/users/leodecm3/projects/2/views/1

How to play







MIT License

Copyright (c) [year] [fullname]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Stardew Valley Mechanics


Languages

Language:C# 66.0%Language:ShaderLab 29.0%Language:HLSL 5.0%