https://github.com/tipsy/tdt4140-examples
https://github.com/tipsy/tdt4140-examples
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tipsy/tdt4140-examples
- Owner: tipsy
- Created: 2018-08-11T11:23:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-19T20:50:59.000Z (over 7 years ago)
- Last Synced: 2025-01-30T00:22:14.262Z (11 months ago)
- Language: Java
- Size: 702 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example repository for the TDT4140 course, Spring 2018
This repository contains templates and examples for the TDT4140 course, for Spring 2018. Currently, it contains two project, both using maven as build system and configured for using Eclipse:
* [tdt4140-gr18nn](tdt4140-gr18nn/README.md): Template for JavaFX project with two sub-modules, one for the model and one for the UI. To use the template, copy the whole structure and systematically rename files and edit file contents to match your group number.
* [tdt4140-gr1800](tdt4140-gr1800/README.md): Example project based on the template, and extended to include a web server module.