Main Page: Difference between revisions

From LD Smith Games Workshop
Jump to navigation Jump to search
No edit summary
Line 16: Line 16:
* Fewer games created this year due to burnout.  Want to spend the time I do have on making existing games better and create fewer throwaway projects.
* Fewer games created this year due to burnout.  Want to spend the time I do have on making existing games better and create fewer throwaway projects.


=== December 2022 ===
[[Update Archive]]
* '''[https://levidsmith.com/games/christmas-tree-simulator/ Christmas Tree Simulator]''' - Updated user interface.  New tree model and collision mesh.
[[File:christmas-tree-simulator 20221218.jpg|200px|frameless|Christmas Tree Simulator]]
 
=== October 2022 ===
* '''[https://levidsmith.com/games/old-timer-peg-game/ Old Timer Peg Game]''' - Game created for 48 hour game jam
[[File:Peg-game 20221001 01.jpg|200px|frameless|Old Timer Peg Game]]
 
=== September 2022 ===
* '''[https://levidsmith.com/games/weather-lab Weather Lab]''' - Changed name of Turn Back the Clocks to Weather Lab.  Added selectable weather stations on a map of the United States.  When a station is selected the temperature, wind direction, and wind speed are shown on models of thermometers, wind vane, and anemometer.  Additional clocks added.  Weather and time zone data pulled from web APIs.  Outdoor lighting changes with time and location selected.
[[File:Weather-lab 630x500.jpg|200px|frameless|Weather Lab]]
 
 
=== August 2022 ===
* '''[https://levidsmith.com/games/turn-back-clocks Turn Back the Clocks]''' - Added two digital clocks and day calendar.  Added light switch.
[[File:Turn-back-the-clocks 20220822.png|200px|frameless|Turn Back the Clocks]]
 
 
=== July 2022 ===
* '''[https://levidsmith.com/games/polyglot-pelican/ Polyglot Pelican]''' - Changed title theme.  Fixed issue with enemy spawning after level complete.
* '''[https://levidsmith.com/games/shark-food/ Shark Food]''' - Fixed leaderboard submit/display.  Updated menus.  Fixed models/animations to use latest Blender/Unity.
 
[[File:Shark Food 20220705 01.jpg|200px|frameless|Shark Food]]
 
=== June 2022 ===
* '''[https://levidsmith.com/games/polyglot-pelican/ Polyglot Pelican]''' - Cleaned up menus
* '''[https://levidsmith.com/games/amish-brothers/ Amish Brothers]''' - Updated to Unity version 2021.3.  Improved text and menus.  I developed the original version of Amish Brothers in Unity 4.5 for a 48 hour game jam over nine years ago!  Added hat throwing mechanic.  Updated title and level complete screens.
* '''[https://levidsmith.com/games/eins/ Eins]''' - Posted online playable version to website and uploaded downloadable builds for PC/Mac/Linux to GameJolt and Itch.  There are other things I wanted to add to the game, but I don't think I will get around to it anytime soon so I decided to go ahead and post the game.
 
[[File:Polyglot-pelican title.jpg|200px|frameless|Polyglot Pelican]] [[File:Amish-brothers 20220705 01.jpg|200px|frameless|Amish Brothers]] [[File:Eins 20220603 06.jpg|200px|frameless|Eins]]
 
=== May 2022 ===
* Lumi Pegs - a light color peg toy simulation.  Thinking about how to gamify this (make the pictures in a certain amount of time)
[[File:Lumi-pegs 20220605.jpg|200px|frameless|Lumi Pegs]]
 
 
=== April 2022 ===
* '''[https://levidsmith.com/games/possum-blitz/ Possum Blitz]''' - Game created in Pico-8 for 48 hour game jam
 
=== March 2022 ===
* '''Eins''' - Added music
* '''Eins''' - Updated graphics
 
=== February 2022 ===
* '''Eins''' - Updated card graphics.  Added additional card types.  Improved card movements.
* '''Eins''' - Working on finishing the rest of the functionality of this game to get it to a releasable state.  Implemented all number cards, skip cards, and reverse cards.  Added highlight feature to show which cards in the player's hand can be played.
 
[[File:Eins 20220227 002.jpg|200px|frameless|Eins - In development]] [[File:Eins 20220227 001.jpg|200px|frameless|Eins - In development]] [[File:Eins 20220210 001.JPG|200px|frameless|Eins - In development]]
 
=== January 2022 ===
* '''VR Putt''' - Three holes completed.  First hole is an L shape.  Second hole is the windmill.  Third hole is the circular ramp.
* '''[https://levidsmith.com/games/nomis/ Nomis]''' - Added leaderboards for Nomis.  Uploaded new web build and posted new desktop build to Itch.io and GameJolt.
* Resolved access management issue with leaderboard management for game
* '''VR Putt''' - Got club and ball collisions working properly.  The trick is to add a rigidbody to the club and freeze all constraints (position on three axes and rotation on three axes).  If the club does not have a rigidbody, collision events with the ball will frequently miss.  When the club collides with the ball, disable the collider on the club (until the next turn or reset).  Otherwise, the club may collide with the ball multiple times, which will feel janky.  Manually apply physics to the ball using AddForce and the normal from the collision between the club and ball.  This makes the hit feel clean but somewhat "arcadey", since there is only one impact point and unrealistic amount of force.  However, it prevents the user from having to swing like a real golf club since only touching the ball with the club is required.  I'm thinking the amount of force the player wants to use can be calculated by how far the grip button is pressed in (if that value is easily accessible).  The physics from the club is essentially eliminated, which was terrible anyway because moving the club with the VR controller doesn't make it act like a "normal" Unity physics object.  Also added HUD display showing number of strokes (recorded by the GameManager) and debug information.  Tried using two cameras (with the HUD camera set to not clear) so that the HUD text is always on top, but it didn't appear to work.  Added two physics materials, one for the ball and one for the ground with friction settings reduce from 0.8 to 0.1.
* '''VR Putt''' - Worked on VR Putt minigolf game using Oculus Quest.  Got new VR project created in Unity using new VR template.  Learned how to get an event when a VR controller button is pressed to reset the ball.  Created club out of two Unity cubes and a ball with Unity sphere.  Parented club to VR controller to make club move with right controller.  Collision between club and ball works, but does not give expected velocity to ball when hit.  This may not be an easily solved issue, so may just detect the collision and add velocity manually so that the club does not have to be swung quickly.
* '''[https://levidsmith.com/games/mutant-veggie-arena/ Mutant Veggie Arena]''' - Updated Mutant Veggie Arena to the latest version of Unity (2020.3.23f1) and Playmaker (1.9.4f2).  Web build now works again (collision issues resolved).
[[File:Nomis 20220108 001.jpg|200px|frameless|Nomis - Leaderboard added]] [[File:Vrputt 20220103 01.jpg|200px|frameless|VR Putt - New club model and HUD]] [[File:Vrputt 20220102 01.jpg|200px|frameless|VR Putt - Initial VR integration]]





Revision as of 23:27, 12 July 2024


This is the Workshop area for the latest project development updates. For the complete listing of released games, please see LD Smith Games.

Updates

January 2024

  • Bag Boy - New release with updated gameplay and graphics

Bag Boy

October 2023

  • Migrated site to new server. Working on getting website components working again. (main site, workshop wiki, leaderboards, historical pages).
  • Looks like I lost the Jetpack stats for the main site. A real disappointment, since it contained visit statistics for almost 10 years.
  • Thinking about putting the leaderboard scores on its own subdomain (such as scores.levidsmith.com), but want to avoid having to update URLs compiled into game projects.
  • Removed many of the old game wiki pages with little information. Current plan is to use the workshop (wiki) for development documentation for new projects, then have the "official" pages on the main levidsmith.com site. That should keep a clear separation between development and release information for projects.
  • Fewer games created this year due to burnout. Want to spend the time I do have on making existing games better and create fewer throwaway projects.

Update Archive



Tools

  • Unity Build Tool - Update and build multiple Unity projects at once. Upload to game hosting sites and more.
  • Timelapse Maker - Make timelapse video from video clips
  • GitHub Repo Clone - Clones all of a GitHub user's public and private repos, including accounts that have 100+ repos.

Links

Playable Games

Social Media


Video

Models

Images

Audio

Game Design

Discovery Engine

Crowdfunding

Profile


Gaming


Graveyard

Created Games

Games of 2023

Games of 2022

Games of 2021

Games of 2020

Games of 2019

Games of 2018

Games of 2017

Games of 2016

Games of 2015

Games of 2014

Games of 2013

Games of 2012

Older Games

Historical Pages