from Hacker News

Show HN: Open-sourced my Java chess AI high school project

by FreshCode on 4/20/13, 3:19 PM with 13 comments

  • by theonewolf on 4/20/13, 10:27 PM

    I'm not sure I'd call "uploading code" to a website "open sourcing."

    Where is your LICENSE file? Where are licensing terms discussed?

    Open source isn't just code; the license you release under is equally, and perhaps even more, important than the code.

  • by tba on 4/20/13, 9:27 PM

    Cool project! Anyone trying to run it on *nix will need to open Main.java and replace all instances of the windows-specific file separator "\\" with "/".
  • by FreshCode on 4/21/13, 10:08 AM

    Will add an MIT licence tonight.
  • by TannerLD on 4/20/13, 7:34 PM

    src/build.bat seems to be missing.