aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/examples/2048/v.mod
blob: 5c146f8d476d053bec4a89a4df6ed4a489334e83 (plain)
1
2
3
4
5
6
7
Module {
	name: 'v2048',
	description: 'A simple 2048 game written in V.',
	version: '0.0.2',
	repo_url: 'https://github.com/spytheman/v2048',
	dependencies: []
}