TimeTraveler is a WPF desktop application that supports transporting the user to a specified point in the future. Please note that time travel requires preparation time: the farther you want to travel, the longer the preparation takes. The research topic of shortening preparation time is still being actively explored.
- Windows 10 version 17763 or later
- .NET 8.0 SDK
- Visual Studio 2022 with the .NET desktop development workload installed
- Clone the repository locally.
- Open
TimeTraveler.slnin Visual Studio. - Set
TimeTraveler.Wpfas the startup project. - Build and run directly, or run the following command from the command line:
dotnet build .\TimeTraveler.sln- Enter the travel duration.
- Choose a time unit: years, months, days, hours, minutes, or seconds.
- Click "Travel!" to start time travel.
- During travel preparation, click "Cancel" if you want to stop the trip.
- Shorten the preparation time required for time travel.