corewar / corewar-ui

HTML5 & javascript implementation of the classic game Corewar
MIT License
13 stars 2 forks source link

Extract initial reducer state into separate files #297

Closed dougajmcdonald closed 6 years ago

dougajmcdonald commented 6 years ago

There is duplicated initialState in reducer app code and test files.

Make it simpler by putting initial state as imported files.