vietanhdev Posted October 2, 2021 Share Posted October 2, 2021 Hello, AutoIT is my first programming language. However, It's been a long long time from the last minute I used AutoIT. Today, I'm very happy to see that this language is still used by many developers. I want to introduce 3 games I developed in AutoIT more than 5 years ago. - Minichess game: https://github.com/vietanhdev/minichess - Line98: https://github.com/vietanhdev/line98 - TicTacToe: https://github.com/vietanhdev/tic-tac-toe Thank you for creating such a friendly language! And also hope that it can thrive in the future! TheDcoder and mLipok 2 Link to comment Share on other sites More sharing options...
vietanhdev Posted October 2, 2021 Author Share Posted October 2, 2021 P/s: I think these games should be recompiled for running with the current Windows versions. I haven't checked it yet. Only want to post them as my contribution for AutoIT community. Link to comment Share on other sites More sharing options...
Developers Jos Posted October 2, 2021 Developers Share Posted October 2, 2021 (edited) Nice ..... but loading an unknown exe is considered unsafe and for sure you do not want to redistribute kernel32.dll! Can't you simply share the source and let people run it themselves and learn from it? EDIT: I see the source is there in the 2 working links ... one link (tic-tac-toe) doesn't work for me. Edited October 2, 2021 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
vietanhdev Posted October 2, 2021 Author Share Posted October 2, 2021 Can you make some pull requests to make them better? At least to remove unnecessary parts and make these source code work with the lastest version of AutoIT. At present, I don't have any Windows machine to work with them. Thank you very much! Link to comment Share on other sites More sharing options...
argumentum Posted October 2, 2021 Share Posted October 2, 2021 I looked at the chess one and it runs engine.exe, that in turn loads your supplied kernel32.dll, and those are not written in AutoIt. Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
TheDcoder Posted October 7, 2021 Share Posted October 7, 2021 On 10/2/2021 at 11:43 PM, vietanhdev said: At present, I don't have any Windows machine to work with them. Mildly curious, what OS are you using as your daily driver currently? On 10/3/2021 at 12:48 AM, argumentum said: I looked at the chess one and it runs engine.exe, that in turn loads your supplied kernel32.dll, and those are not written in AutoIt. That's sounds hella sus to me argumentum 1 EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now