https://github.com/zdimension/awt2048_csharp
C# port of awt2048, using the Visual J# standard library
https://github.com/zdimension/awt2048_csharp
Last synced: 11 months ago
JSON representation
C# port of awt2048, using the Visual J# standard library
- Host: GitHub
- URL: https://github.com/zdimension/awt2048_csharp
- Owner: zdimension
- License: mit
- Created: 2021-12-05T15:00:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-05T15:08:53.000Z (about 4 years ago)
- Last Synced: 2025-02-04T18:52:14.110Z (about 1 year ago)
- Language: C#
- Size: 1.05 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2048 game using AWT in C#
This is a port of [awt2048](https://github.com/zdimension/awt2048) that uses the Visual J# standard library to pretty much directly port the original Java code to C#.
It's quite impressive how Microsoft managed to port AWT to the .NET Framework; most of the code was translated 1:1 from Java and almost no API call had to be changed for the game to work.
It's sad that J# was abandoned, because as such the last version of the library only supports old Java features (no generic types, for example).
