Pin The Needle Tutorial - Simple Classic Game For Android/IOS

Submitted by razormist on
Learn on how to create a simple game called Pin The Needle using a Unity Game Engine and a C# script. Unity is a cross-platform game engine with a built-in IDE developed by Unity Technologies. It is used to develop video games for web plugins, desktop platforms, consoles and mobile devices. Unity is an all-purpose game engine that supports 2D and 3D graphics, drag and drop functionality and scripting through C# and javascript.

Student & Lecture Center System - C# (Console)

Submitted by Gopolang Kopan… on
................................................................................................................................................. This application is a student and lecture application which allows lectures to set a test, and later on for students to take the test. For a windows form version, please click here: https://www.sourcecodester.com/c/11503/multiple-choice-quiz-system

Laravel Built-in User Auth: Login, Registration and Password Reset

Submitted by nurhodelta_17 on
This tutorial will teach you the build-in user login, user registration and user reset password in Laravel. The reset password will send password link to the user's email but since we are using local server, we are just going to use the laravel log to get the reset password link.